From 4dd985fec12f1d30595c8b9d0c9b3b8942f1fea8 Mon Sep 17 00:00:00 2001 From: Niclas Zimmermann Date: Mon, 6 Jan 2014 17:02:54 +0100 Subject: [PATCH] Hidden-Variablen vereinheitlichen Bei VK-/EK-Rechnungen wurden hidden-Tags an unterschiedlichen Stellen erzeugt. Das geschieht nun an nur einer Stelle. --- bin/mozilla/ir.pl | 1 + bin/mozilla/is.pl | 2 +- templates/webpages/ir/form_footer.html | 6 ------ templates/webpages/is/form_footer.html | 6 ------ 4 files changed, 2 insertions(+), 13 deletions(-) diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index bad6e4fff..5a3f5e859 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -328,6 +328,7 @@ sub form_header { shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2 message email subject cc bcc taxaccounts cursor_fokus convert_from_do_ids convert_from_oe_ids show_details gldate + rowcount callback draft_id draft_description vendor_discount ), @custom_hiddens, map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}]; diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index cf3ac5768..165030348 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -378,7 +378,7 @@ sub form_header { shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2 shiptocp_gender message email subject cc bcc taxaccounts cursor_fokus convert_from_do_ids convert_from_oe_ids - show_details + show_details rowcount callback draft_id draft_description customer_discount gldate ), @custom_hiddens, map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}]; diff --git a/templates/webpages/ir/form_footer.html b/templates/webpages/ir/form_footer.html index ad241a17a..2047d5981 100644 --- a/templates/webpages/ir/form_footer.html +++ b/templates/webpages/ir/form_footer.html @@ -150,10 +150,4 @@ [% END %] [% END %] - - - - - - diff --git a/templates/webpages/is/form_footer.html b/templates/webpages/is/form_footer.html index 45664520d..3cffe0590 100644 --- a/templates/webpages/is/form_footer.html +++ b/templates/webpages/is/form_footer.html @@ -191,10 +191,4 @@ [% END %] [% END %] - - - - - - -- 2.20.1