X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9f0c5105e2c79feead651fd0de5d9ba725a2c1ff..b293ff8ad52fc76ba0c44783e3982418114d6b08:/templates/webpages/is/form_footer.html diff --git a/templates/webpages/is/form_footer.html b/templates/webpages/is/form_footer.html index 856c7f488..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 %] @@ -152,6 +160,10 @@ +[%- IF INSTANCE_CONF.get_create_qrbill_invoices <= 0 %] + +[%- END %] +