X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2Fform_footer.html;h=e416cf7f65e323faf005587f854ef08f7306217f;hb=061f4d6d32ed95055114582ede45e8387b302a53;hp=66758003dfba579e3bff58b95670f61911e81637;hpb=c6b2257945060625bcb86fa7e2efd27c737480ff;p=kivitendo-erp.git diff --git a/templates/webpages/ir/form_footer.html b/templates/webpages/ir/form_footer.html index 66758003d..e416cf7f6 100644 --- a/templates/webpages/ir/form_footer.html +++ b/templates/webpages/ir/form_footer.html @@ -11,17 +11,30 @@ [% 'Notes' | $T8 %] [% 'Internal Notes' | $T8 %] - [% 'Payment Options' | $T8 %] + [% 'Payment / Delivery Options' | $T8 %] - + [% L.textarea_tag("notes", notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %] - [%- L.checkbox_tag('direct_debit', 'checked', direct_debit, 'label', LxERP.t8('direct debit')) %] + + + + + + + + + +
[% '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) %] +
[%- IF id && follow_ups.size %] @@ -108,28 +121,29 @@ [% IF show_storno %] - + [% L.submit_tag("action", LxERP.t8("Storno"), confirm=LxERP.t8('Do you really want to cancel this invoice?')) %] [% END %] [% 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 %]