From: Moritz Bunkus Date: Wed, 13 Jun 2007 14:53:41 +0000 (+0000) Subject: Falschen Spaltennamen korrigiert. X-Git-Tag: release-2.4.3^2~144 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=89dd4ca84494de24ac1ecc7bd3b84fdd35e28020;p=kivitendo-erp.git Falschen Spaltennamen korrigiert. --- 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); diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index fe7b0e91e..d6f55ff81 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -1392,7 +1392,7 @@ sub ar_transactions { globalprojectnumber); my @hidden_variables = map { "l_${_}" } @columns; - push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber activity_description notes project_id transdatefrom transdateto); + push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber transaction_description notes project_id transdatefrom transdateto); my $href = build_std_url('action=ar_transactions', grep { $form->{$_} } @hidden_variables);