Set column type to numeric so that EQ filtering is possible
authorJoey Schulze <joey@infodrom.org>
Sun, 22 Dec 2013 12:02:55 +0000 (13:02 +0100)
committerJoey Schulze <joey@infodrom.org>
Sun, 22 Dec 2013 12:02:55 +0000 (13:02 +0100)
artikel.php

index 2bb5744..ccaefb0 100644 (file)
@@ -130,6 +130,8 @@ $mask = array(
                              'artnr' => array(
                                            'name' => 'ArtNr',
                                            'width' => 60,
+                                           'type' => 'number',
+                                           'specs' => "decPlaces: 0, thouSep: '', filterUI: 't='",
                                            ),
                              'menge' => array(
                                            'name' => 'Menge',