X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_footer.html;h=d58ab741695219f1c260c8514b49415ae92df6f0;hb=5e55cce6abaf16fb9425bcdc5a669eaaddca3319;hp=fbeb52992a4fb86782db7f2b6e834cce75130129;hpb=422f2f17365ea7879c14b902c5db1e4cd7023e48;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_footer.html b/templates/webpages/oe/form_footer.html index fbeb52992..d58ab7416 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) %] @@ -156,6 +148,9 @@ [% L.submit_tag('action_save_and_close', LxERP.t8('Save and close'), confirm=LxERP.t8('Missing transport cost: #1 Are you sure?', tpca_reminder), 'data-require-transaction-description'=INSTANCE_CONF.get_require_transaction_description_ps, 'data-warn-save-active-periodic-invoice'=warn_save_active_periodic_invoice) %] [% END %] +[%- IF id AND INSTANCE_CONF.get_doc_storage %] + +[%- END %] [%- IF id %]