Set column type to numeric so that EQ filtering is possible
[misc/hallinta-metro] / artikel.php
index 2bb5744..ccaefb0 100644 (file)
@@ -130,6 +130,8 @@ $mask = array(
                              'artnr' => array(
                                            'name' => 'ArtNr',
                                            'width' => 60,
                              'artnr' => array(
                                            'name' => 'ArtNr',
                                            'width' => 60,
+                                           'type' => 'number',
+                                           'specs' => "decPlaces: 0, thouSep: '', filterUI: 't='",
                                            ),
                              'menge' => array(
                                            'name' => 'Menge',
                                            ),
                              'menge' => array(
                                            'name' => 'Menge',