X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f47c2cd1dcbf2423d797d16a6e282be5163a398d..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/ir/form_footer.html diff --git a/templates/webpages/ir/form_footer.html b/templates/webpages/ir/form_footer.html index 5b66f7031..08fb4cb80 100644 --- a/templates/webpages/ir/form_footer.html +++ b/templates/webpages/ir/form_footer.html @@ -11,17 +11,30 @@
| [% 'Delivery Terms' | $T8 %] | ++ [% L.select_tag('delivery_term_id', ALL_DELIVERY_TERMS, default = delivery_term_id, with_empty = 1, title_key = 'description', style = 'width: 250px') %] + | +
|---|---|
| [% 'direct debit' | $T8 %] | ++ [%- L.checkbox_tag('direct_debit', 'checked', direct_debit) %] + | +
| [% 'Total weight' | $T8 %] | ++ [% LxERP.format_amount(totalweight) %] [% HTML.escape(weightunit) %] + | +
|---|
[% print_options %]
[% IF id %] @@ -105,21 +128,22 @@ [% IF show_delete %] + [% END %] [% ELSE # no id %] - [% UNLESS locked %] + [% UNLESS locked %] - [%- END %] + [% END # id %] [% IF id %] [%#- button for saving history %] - + [% IF INSTANCE_CONF.get_ir_show_mark_as_paid %]