From 176a30442c0093d306f7f809e0ef2d18fc11610f Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sun, 22 Dec 2013 13:02:55 +0100 Subject: [PATCH] Set column type to numeric so that EQ filtering is possible --- artikel.php | 2 ++ 1 file changed, 2 insertions(+) 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', -- 2.20.1