From b456ed2606fd382e20ccb6aa02a05599275c6f5c Mon Sep 17 00:00:00 2001 From: Niclas Zimmermann Date: Mon, 6 Jan 2014 18:58:17 +0100 Subject: [PATCH] =?utf8?q?Revert=20"Variable=20rowcount=20darf=20erst=20na?= =?utf8?q?ch=20form=5Ffooter=20als=20hidden=20=C3=BCbergeben=20werden"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit 04e920ea457b3fbafdbf1b0753a504f028217993. --- bin/mozilla/ir.pl | 2 +- bin/mozilla/is.pl | 2 +- templates/webpages/ir/form_footer.html | 1 - templates/webpages/is/form_footer.html | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index e7327ed92..5a3f5e859 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -328,7 +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 - callback draft_id draft_description vendor_discount + 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 9fb2320a8..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 callback draft_id draft_description customer_discount gldate + 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 3cb424f2a..2047d5981 100644 --- a/templates/webpages/ir/form_footer.html +++ b/templates/webpages/ir/form_footer.html @@ -150,5 +150,4 @@ [% END %] [% END %] - diff --git a/templates/webpages/is/form_footer.html b/templates/webpages/is/form_footer.html index f226b5100..3cffe0590 100644 --- a/templates/webpages/is/form_footer.html +++ b/templates/webpages/is/form_footer.html @@ -191,5 +191,4 @@ [% END %] [% END %] - -- 2.20.1