X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/e71494c125864eaeff3afa997189cc4531363034..89dd4ca84494de24ac1ecc7bd3b84fdd35e28020:/bin/mozilla/ap.pl diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index fc9d9defc..0c017140e 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -1348,7 +1348,7 @@ sub ap_transactions { due duedate transaction_description notes employee globalprojectnumber); my @hidden_variables = map { "l_${_}" } @columns; - push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber activity_description notes project_id transdatefrom transdateto); + push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id transdatefrom transdateto); my $href = build_std_url('action=ap_transactions', grep { $form->{$_} } @hidden_variables);