From: Joey Schulze Date: Sun, 22 Dec 2013 12:02:55 +0000 (+0100) Subject: Set column type to numeric so that EQ filtering is possible X-Git-Url: https://git.infodrom.org/?p=misc%2Fhallinta-metro;a=commitdiff_plain;h=176a30442c0093d306f7f809e0ef2d18fc11610f;hp=82f814cbf0260daa1e8d5f35e1e5c46a087fb70d Set column type to numeric so that EQ filtering is possible --- diff --git a/artikel.php b/artikel.php index 2bb5744..ccaefb0 100644 --- a/artikel.php +++ b/artikel.php @@ -130,6 +130,8 @@ $mask = array( 'artnr' => array( 'name' => 'ArtNr', 'width' => 60, + 'type' => 'number', + 'specs' => "decPlaces: 0, thouSep: '', filterUI: 't='", ), 'menge' => array( 'name' => 'Menge',