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 e7327ed..5a3f5e8 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 9fb2320..1650303 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 3cb424f..2047d59 100644 (file)
       [% END %]
   [% END %]
 
-<input type="hidden" name="rowcount" value="[% rowcount %]">
 </form>
index f226b51..3cffe05 100644 (file)
       [% END %]
   [% END %]
 
-<input type="hidden" name="rowcount" value="[% rowcount %]">
 </form>