@@ -34,9 +40,9 @@
| [% 'Customer' | $T8 %] |
[%- IF selectcustomer %]
-
+
[%- ELSE %]
-
+
[%- END %]
|
[% L.hidden_tag('selectcustomer', selectcustomer) %]
@@ -68,7 +74,7 @@
[% L.hidden_tag('forex', forex) %]
[% IF show_exch %]
[% 'Exchangerate' | $T8 %] |
- [%- IF forex %][% L.hidden_tag(exchangerate, LxERP.format_amount(exchangerate, 2)) %][% LxERP.format_amount(exchangerate, 2) %][%- ELSE %][% L.input_tag(exchangerate, LxERP.format_amount(exchangerate, 2), size=10) %][%- END %] |
+ [%- IF forex %][% L.hidden_tag('exchangerate', LxERP.format_amount(exchangerate, 2)) %][% LxERP.format_amount(exchangerate, 2) %][%- ELSE %][% L.input_tag('exchangerate', LxERP.format_amount(exchangerate, 2), size=10) %][%- END %] |
[% END %]
[% department_html %]
@@ -82,7 +88,11 @@
[%- END %]
| [% L.checkbox_tag('taxincluded', checked=taxincluded) %] |
- [% 'Tax Included' | $T8 %] |
+ |
+
+
+ | [% L.checkbox_tag('direct_debit', checked=direct_debit) %] |
+ |