From: Jan Büren Date: Tue, 19 Apr 2011 12:10:33 +0000 (+0200) Subject: Merge branch 'master' of git@lx-office.linet-services.de:lx-office-erp X-Git-Tag: release-2.6.3~35 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/7f34b3c1f69619eaf3c41945ab22cf21883bb945?hp=3504ddf3cfbdf3dce98f72d7d5b3c5757cd2f58a Merge branch 'master' of git@lx-office.linet-services.de:lx-office-erp --- diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index ae5d9d85d..a5fea7016 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -1269,7 +1269,7 @@ sub ap_transactions { vendornumber country ustid taxzone payment_terms charts); my @hidden_variables = map { "l_${_}" } @columns; - push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id transdatefrom transdateto); + push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id transdatefrom transdateto department); my $href = build_std_url('action=ap_transactions', grep { $form->{$_} } @hidden_variables);