From 16f131c37eac3667c2e789ab94ab2618fd8f41ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 20 Jul 2016 13:41:13 +0200 Subject: [PATCH] TopQuickSearch: all filter bei Waren in den callback aufnehmen --- 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 140ed9349..5fb8adf57 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -384,7 +384,7 @@ sub generate_report { my @itemstatus_keys = qw(active obsolete orphaned onhand short); my @callback_keys = qw(onorder ordered rfq quoted bought sold partnumber partsgroup partsgroup_id serialnumber description make model - drawing microfiche l_soldtotal l_deliverydate transdatefrom transdateto insertdatefrom insertdateto ean shop); + drawing microfiche l_soldtotal l_deliverydate transdatefrom transdateto insertdatefrom insertdateto ean shop all); # calculate dependencies for (@itemstatus_keys, @callback_keys) { -- 2.20.1