From 988bf83fd95fcea3bc999eb8761694459336676a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Tue, 19 Apr 2011 13:57:56 +0200 Subject: [PATCH] =?utf8?q?>>>=20Hi=20Jan,=20Ich=20versuche=20gerade=20die?= =?utf8?q?=20Einkaufsrechnungen=20zur=20Abteilung=20als=20pdf=20zu=20expor?= =?utf8?q?tieren.=20Der=20Bericht=20stimmt=20soweit=20(Screenshot).=20Doch?= =?utf8?q?=20leider=20exportiert=20er=20mir=20in=20der=20pdf=20ALLE=20Rech?= =?utf8?q?nungen.=20<<<=20department=20als=20hidden=20variable=20f=C3=BCr?= =?utf8?q?=20den=20csv-export=20unter=20Einkauf=20->=20Berichte=20->=20Ein?= =?utf8?q?kaufsrechnungen=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ap.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index ae5d9d85d..a5fea7016 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -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); -- 2.20.1