From: Moritz Bunkus Date: Tue, 10 May 2011 14:28:16 +0000 (+0200) Subject: Verkaufsrechnungsbericht: Filtervariablen "Verkäufer" und "Bearbeiter" bei Export... X-Git-Tag: release-2.6.3~25^2~68 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=86337a58a21a841f5358d68d67ffe50219c74655;p=kivitendo-erp.git Verkaufsrechnungsbericht: Filtervariablen "Verkäufer" und "Bearbeiter" bei Export übergeben Fix für Bug 1623. --- diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index fc3b252a7..9a44f0e2a 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); + push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber transaction_description notes project_id transdatefrom transdateto employee_id salesman_id); $href = build_std_url('action=ar_transactions', grep { $form->{$_} } @hidden_variables);