X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Far.pl;h=9a44f0e2a5c4f011e02f2844649e8922196ccdf2;hb=088bf5a0944051fe84c0e8e3fff7991a2a172895;hp=3d4fe26649274218c5fc0d053ee13fa96def30d7;hpb=d18df453f55190d4807af324725ea82a8835d7fc;p=kivitendo-erp.git diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 3d4fe2664..9a44f0e2a 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -1324,7 +1324,6 @@ sub ar_transactions { my ($callback, $href, @columns); - $form->{customer} = $form->unescape($form->{customer}); ($form->{customer}, $form->{customer_id}) = split(/--/, $form->{customer}); report_generator_set_default_sort('transdate', 1); @@ -1341,7 +1340,7 @@ sub ar_transactions { marge_total marge_percent globalprojectnumber customernumber country ustid taxzone payment_terms charts customertype); my @hidden_variables = map { "l_${_}" } @columns; - push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber transaction_description notes project_id transdatefrom transdateto); + push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber transaction_description notes project_id transdatefrom transdateto employee_id salesman_id); $href = build_std_url('action=ar_transactions', grep { $form->{$_} } @hidden_variables);