]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Hidden-Variablen vereinheitlichen
authorNiclas Zimmermann <niclas@kivitendo-premium.de>
Mon, 6 Jan 2014 16:02:54 +0000 (17:02 +0100)
committerNiclas Zimmermann <niclas@kivitendo-premium.de>
Mon, 6 Jan 2014 16:02:54 +0000 (17:02 +0100)
Bei VK-/EK-Rechnungen wurden hidden-Tags an unterschiedlichen Stellen
erzeugt. Das geschieht nun an nur einer Stelle.

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

index bad6e4fff249eec92f7b7c6615e77960142f3fc1..5a3f5e859f3326fcd74159a633e79cc463a99292 100644 (file)
@@ -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
     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}];
 
   ), @custom_hiddens,
   map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}];
 
index cf3ac5768eabe14e835e3d60b138137926468a7f..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
     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}];
 
   ), @custom_hiddens,
   map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}];
 
index ad241a17a1c332e49356e34e938205b512577b06..2047d5981d32d24483e1db7f177224a9b71c43de 100644 (file)
       [% END %]
   [% END %]
 
       [% END %]
   [% END %]
 
-<input type="hidden" name="rowcount" value="[% rowcount %]">
-<input type="hidden" name="callback" value="[% callback %]">
-<input type="hidden" name="draft_id" value="[% draft_id %]">
-<input type="hidden" name="draft_description" value="[% draft_description %]">
-<input type="hidden" name="vendor_discount" value="[% vendor_discount %]">
-
 </form>
 </form>
index 45664520d663be31c1e3b1124f2323f4271e59e8..3cffe0590514b025cdcb136aa4bff91a3738efa8 100644 (file)
       [% END %]
   [% END %]
 
       [% END %]
   [% END %]
 
-<input type="hidden" name="rowcount" value="[% rowcount %]">
-<input type="hidden" name="callback" value="[% callback | html %]">
-<input type="hidden" name="draft_id" value="[% draft_id %]">
-<input type="hidden" name="draft_description" value="[% draft_description %]">
-<input type="hidden" name="customer_discount" value="[% customer_discount %]">
-<input type="hidden" name="gldate" value="[% gldate %]">
 </form>
 </form>