X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2Fform_footer.html;fp=templates%2Fwebpages%2Fis%2Fform_footer.html;h=7c749cf5ada6458d5a42490d2eaecda2811bd268;hp=7d4c6089d167e11d9291b6364c4926fa2db35532;hb=b293ff8ad52fc76ba0c44783e3982418114d6b08;hpb=d4925a8b60f04674885e30d9316dc0263f8b9a84 diff --git a/templates/webpages/is/form_footer.html b/templates/webpages/is/form_footer.html index 7d4c6089d..7c749cf5a 100644 --- a/templates/webpages/is/form_footer.html +++ b/templates/webpages/is/form_footer.html @@ -40,6 +40,14 @@ [%- L.checkbox_tag('direct_debit', 'checked', direct_debit) %] +[%- IF INSTANCE_CONF.get_create_qrbill_invoices > 0 %] + + [% 'QR bill without amount' | $T8 %] + + [%- L.checkbox_tag('qrbill_without_amount', 'checked', qrbill_without_amount) %] + + +[%- END %] @@ -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' %] @@ -151,6 +160,10 @@ +[%- IF INSTANCE_CONF.get_create_qrbill_invoices <= 0 %] + +[%- END %] +