From b44ad9ed62560da57ecbacad5997880b77a43907 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Wed, 11 Feb 2015 15:04:05 +0100 Subject: [PATCH] Adjust filter elements --- artikel.php | 4 ++-- ordersatz_pos.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/artikel.php b/artikel.php index d7bcc76..93360fc 100644 --- a/artikel.php +++ b/artikel.php @@ -188,7 +188,7 @@ $mask = array( 'name' => 'ArtNr', 'width' => 60, 'type' => 'number', - 'specs' => "decPlaces: 0, thouSep: '', filterUI: 't='", + 'specs' => "decPlaces: 0, thouSep: '', filterUI: 't=3'", ), 'menge' => array( 'name' => 'Menge', @@ -227,7 +227,7 @@ $mask = array( 'hersteller' => array( 'name' => 'Hersteller', 'width' => 100, - 'specs' => "filterUI: 't'", + 'specs' => "filterUI: 't4'", ), 'abteilung' => array( 'name' => 'Abteilung', diff --git a/ordersatz_pos.php b/ordersatz_pos.php index a131d0f..4820c6c 100644 --- a/ordersatz_pos.php +++ b/ordersatz_pos.php @@ -178,7 +178,7 @@ $mask = array( 'hersteller' => array( 'name' => 'Hersteller', 'width' => 80, - 'specs' => "filterUI: 't5'", + 'specs' => "filterUI: 't4'", ), 'vpe' => array( 'name' => 'Einheit', -- 2.20.1