From: Sven Schöling Date: Wed, 20 Jul 2016 11:41:13 +0000 (+0200) Subject: TopQuickSearch: all filter bei Waren in den callback aufnehmen X-Git-Tag: release-3.5.4~2194 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=16f131c37eac3667c2e789ab94ab2618fd8f41ed;p=kivitendo-erp.git TopQuickSearch: all filter bei Waren in den callback aufnehmen --- 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) {