From: Joey Schulze Date: Wed, 6 Apr 2016 17:50:42 +0000 (+0200) Subject: Improve filters X-Git-Url: https://git.infodrom.org/?p=misc%2Fhallinta-metro;a=commitdiff_plain;h=5464c19cd16c2617cd0112961ead3f695e96dd09 Improve filters --- diff --git a/artikel.php b/artikel.php index 527a9b0..2f46f19 100644 --- a/artikel.php +++ b/artikel.php @@ -196,7 +196,7 @@ $mask = array( 'bezeichnung' => array( 'name' => 'Bezeichnung', 'width' => 300, - 'filter' => 't', + 'filter' => 't15', ), 'netto' => array( 'name' => 'netto', @@ -225,7 +225,7 @@ $mask = array( 'hersteller' => array( 'name' => 'Hersteller', 'width' => 100, - 'filter' => 't4', + 'filter' => 't10', ), 'abteilung' => array( 'name' => 'Abteilung',