Verkaufsrechnungsbericht: Filter Kundentyp bei Export berücksichtigen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 20 May 2011 10:42:56 +0000 (12:42 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 20 May 2011 10:42:56 +0000 (12:42 +0200)
Fix für Bug 1658.

bin/mozilla/ar.pl

index 9a44f0e..fc318ec 100644 (file)
@@ -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);