From: Moritz Bunkus Date: Fri, 20 May 2011 10:42:56 +0000 (+0200) Subject: Verkaufsrechnungsbericht: Filter Kundentyp bei Export berücksichtigen X-Git-Tag: release-2.6.3~25^2~15^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f0864171a2490c65f4aa70f06a500ae749f8dc73;p=kivitendo-erp.git Verkaufsrechnungsbericht: Filter Kundentyp bei Export berücksichtigen Fix für Bug 1658. --- diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 9a44f0e2a..fc318ece5 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -1340,7 +1340,7 @@ sub ar_transactions { marge_total marge_percent globalprojectnumber customernumber country ustid taxzone payment_terms charts customertype); my @hidden_variables = map { "l_${_}" } @columns; - push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber transaction_description notes project_id transdatefrom transdateto employee_id salesman_id); + push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber transaction_description notes project_id transdatefrom transdateto employee_id salesman_id business_id); $href = build_std_url('action=ar_transactions', grep { $form->{$_} } @hidden_variables);