]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Revert "Variable rowcount darf erst nach form_footer als hidden übergeben werden"
authorNiclas Zimmermann <niclas@kivitendo-premium.de>
Mon, 6 Jan 2014 17:58:17 +0000 (18:58 +0100)
committerNiclas Zimmermann <niclas@kivitendo-premium.de>
Mon, 6 Jan 2014 17:58:17 +0000 (18:58 +0100)
This reverts commit 04e920ea457b3fbafdbf1b0753a504f028217993.

bin/mozilla/ir.pl
bin/mozilla/is.pl
templates/webpages/ir/form_footer.html
templates/webpages/is/form_footer.html

index e7327ed9234f48439b30e5eb59782c364638c636..5a3f5e859f3326fcd74159a633e79cc463a99292 100644 (file)
@@ -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}];
 
index 9fb2320a89c9aa4f8435ed185df15f3bac407515..1650303486dbf652e4d163ed8e3e28b117361e79 100644 (file)
@@ -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}];
 
index 3cb424f2add25e06e48ccf97fbce080c27d1c10d..2047d5981d32d24483e1db7f177224a9b71c43de 100644 (file)
       [% END %]
   [% END %]
 
-<input type="hidden" name="rowcount" value="[% rowcount %]">
 </form>
index f226b510055006cc1ede8694e7abd02a7bb095d5..3cffe0590514b025cdcb136aa4bff91a3738efa8 100644 (file)
       [% END %]
   [% END %]
 
-<input type="hidden" name="rowcount" value="[% rowcount %]">
 </form>