X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Far.pl;h=d6f55ff812d13d28f872311c50984fd1746410a2;hb=89dd4ca84494de24ac1ecc7bd3b84fdd35e28020;hp=fe7b0e91efec73338bffebdec6ab176348964b1f;hpb=971c972736d11eb59b1494ceff097a4a9c1f1730;p=kivitendo-erp.git 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);