X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/030c208648ddd8137d8fab33bb8b2eb87f5c080f..fbcd5580:/templates/webpages/oe/form_footer.html diff --git a/templates/webpages/oe/form_footer.html b/templates/webpages/oe/form_footer.html index fbeb52992..86910e0ab 100644 --- a/templates/webpages/oe/form_footer.html +++ b/templates/webpages/oe/form_footer.html @@ -27,15 +27,7 @@ [% 'Payment Terms' | $T8 %] - - [%- INCLUDE 'generic/multibox.html' - name = 'payment_id', - style = 'width: 250px', - DATA = ALL_PAYMENTS, - id_key = 'id', - label_key = 'description', - show_empty = 1 -%] - + [% L.select_tag('payment_id', ALL_PAYMENTS, default = payment_id, title_key = 'description', with_empty = 1, style="width: 250px") %] [% 'Delivery Terms' | $T8 %] @@ -108,13 +100,13 @@ [% LxERP.format_amount(invsubtotal, 2) %] [%- END %] + [% tax %] [%- IF rounding %] [% 'Rounding' | $T8 %] [% LxERP.format_amount(rounding, 2) %] [%- END %] - [% tax %] [% 'Total' | $T8 %] [% LxERP.format_amount(invtotal, 2) %]