From 018cbc882a1e97c287a7fd61574930c3f8ced21e Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 22 May 2017 11:55:50 +0200 Subject: [PATCH] Artikelliste: Artikel-Typ-Filter-Checkboxen richtig mitschleifen MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Seit Umstellung der Einzel-Suchmasken für die verschiedenen Typen (Ware, Dienstleistung, Erzeugnis…) auf eine vereinheitlichte Maske mit Checkboxen zur Auswahl der Typen wurden diese Checkboxen weder beim Umsortieren noch beim CSV-/PDF-Export mitgegeben. Behebt #253. --- bin/mozilla/ic.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index f11fad9a8..24a275412 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -405,7 +405,7 @@ sub generate_report { my @hidden_variables = ( qw(l_subtotal l_linetotal searchitems itemstatus bom l_pricegroups insertdatefrom insertdateto), - qw(l_type_and_classific classification_id), + qw(l_type_and_classific classification_id l_part l_service l_assembly l_assortment), @itemstatus_keys, @callback_keys, map({ "cvar_$_->{name}" } @searchable_custom_variables), -- 2.20.1