X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fic%2Fform_footer_master.html;h=ed08335c9183a382b8486479aee2f4cf30d2f908;hb=4c6a0cbb1632d7d799d45467dea3ea82dda7291e;hp=6229202b1c320e87b5a39068b3661935247c2576;hpb=7bc8df16096d7507322b4505f40e092e9a3f908c;p=kivitendo-erp.git diff --git a/templates/webpages/ic/form_footer_master.html b/templates/webpages/ic/form_footer_master.html index 6229202b1..ed08335c9 100644 --- a/templates/webpages/ic/form_footer_master.html +++ b/templates/webpages/ic/form_footer_master.html @@ -7,7 +7,7 @@ - +
Total Purchase Price:[% LxERP.format_amount(assembly_purchase_price_total, 2) %] Sell Price: [% LxERP.format_amount(assemblytotal, 2) %]Purchase Price:[% LxERP.format_amount(assembly_purchase_price_total, 2) %] Sell Price: [% LxERP.format_amount(assemblytotal, 2) %]
@@ -26,6 +26,28 @@
+ +[%- IF CUSTOM_VARIABLES.size %] +
+ +

Unchecked custom variables will not appear in orders and invoices.

+ +

+ + [%- FOREACH var = CUSTOM_VARIABLES %] + + + + + + [%- END %] +
[% var.VALID_BOX %][% HTML.escape(var.description) %][% var.HTML_CODE %]
+

+ +
+
+[%- END %] +