X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2Fform_footer.html;h=7c749cf5ada6458d5a42490d2eaecda2811bd268;hb=f15f5e4321df31d2279edb480e9c7fc15c3af31c;hp=56b39651be8050e6d091ea6ae534175dcdee1da4;hpb=160fa2148ba486be7935732a731c475521d6c9cc;p=kivitendo-erp.git diff --git a/templates/webpages/is/form_footer.html b/templates/webpages/is/form_footer.html index 56b39651b..7c749cf5a 100644 --- a/templates/webpages/is/form_footer.html +++ b/templates/webpages/is/form_footer.html @@ -18,7 +18,7 @@ [% L.textarea_tag("notes", notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %] - + [% L.textarea_tag("intnotes", intnotes, wrap="soft", style="width: 350px; height: 150px") %] @@ -40,6 +40,14 @@ [%- L.checkbox_tag('direct_debit', 'checked', direct_debit) %] +[%- IF INSTANCE_CONF.get_create_qrbill_invoices > 0 %] + + + + +[%- END %]
[% 'QR bill without amount' | $T8 %] + [%- L.checkbox_tag('qrbill_without_amount', 'checked', qrbill_without_amount) %] +
@@ -134,8 +142,9 @@ - -[% PROCESS 'is/_payments.html' %] +[% IF is_type_normal_invoice OR is_type_credit_note %] + [% PROCESS 'is/_payments.html' %] +[% END %] [% PROCESS 'webdav/_list.html' %] @@ -144,11 +153,6 @@ -
- -

[% print_options %]

- - [% P.hidden_tag('draft_id', draft_id) %] @@ -156,8 +160,18 @@ +[%- IF INSTANCE_CONF.get_create_qrbill_invoices <= 0 %] + +[%- END %] + + + + + +