Merge branch 'master' of git@lx-office.linet-services.de:lx-office-erp
authorJan Büren <jan@lx-office-hosting.de>
Tue, 19 Apr 2011 12:10:33 +0000 (14:10 +0200)
committerJan Büren <jan@lx-office-hosting.de>
Tue, 19 Apr 2011 12:10:33 +0000 (14:10 +0200)
bin/mozilla/ap.pl

index ae5d9d8..a5fea70 100644 (file)
@@ -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);