From: Niclas Zimmermann Date: Mon, 6 Jan 2014 17:37:01 +0000 (+0100) Subject: Variable rowcount darf erst nach form_footer als hidden übergeben werden X-Git-Tag: release-3.1.0beta1~22^2~40^2~1^2~5 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=04e920ea457b3fbafdbf1b0753a504f028217993;p=kivitendo-erp.git Variable rowcount darf erst nach form_footer als hidden übergeben werden --- diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 5a3f5e859..e7327ed92 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 - rowcount callback draft_id draft_description vendor_discount + 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 165030348..9fb2320a8 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 rowcount callback draft_id draft_description customer_discount gldate + show_details 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 2047d5981..3cb424f2a 100644 --- a/templates/webpages/ir/form_footer.html +++ b/templates/webpages/ir/form_footer.html @@ -150,4 +150,5 @@ [% END %] [% END %] + diff --git a/templates/webpages/is/form_footer.html b/templates/webpages/is/form_footer.html index 3cffe0590..f226b5100 100644 --- a/templates/webpages/is/form_footer.html +++ b/templates/webpages/is/form_footer.html @@ -191,4 +191,5 @@ [% END %] [% END %] +