X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2Fform_header.html;h=ef60cc9ae728156c8988f5ad85ba8edd7582e387;hb=fb1a574bce8ee7a490206e97daea76dcf214c6db;hp=7b6712d45e315550ad66fa67a5699128a4970594;hpb=4bcc6d5246fe26db457d9ae916963154fb89cda9;p=kivitendo-erp.git diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html index 7b6712d45..ef60cc9ae 100644 --- a/templates/webpages/is/form_header.html +++ b/templates/webpages/is/form_header.html @@ -19,12 +19,13 @@ +

[% title %]

[% saved_message %]

-[%- PROCESS 'common/flash.html' %] +[%- INCLUDE 'common/flash.html' %] [%- INCLUDE 'generic/set_longdescription.html' %]
@@ -35,7 +36,9 @@ [%- END %] [%- IF id %]
  • [% 'Linked Records' | $T8 %]
  • + [%- IF AUTH.assert('general_ledger', 1) %]
  • [% LxERP.t8('Transactions') %]
  • + [%- END %] [%- END %] @@ -108,6 +111,17 @@ [%- END %] +[%- IF invoice_obj.sepa_exports.as_list.size %] + + [% LxERP.t8("SEPA exports") %] + + [% FOREACH export = invoice_obj.sepa_exports.as_list %] + [% HTML.escape(export.id) %] + [% UNLESS loop.last %], [% END %] + [% END %] + + +[%- END %] [%- IF business %] [% 'Customer type' | $T8 %] @@ -148,6 +162,8 @@ + + [%- IF show_exchangerate %] @@ -276,9 +292,9 @@ [% IF resubmit && is_format_html %] window.open('about:blank','Beleg'); document.invoice.target = 'Beleg'; - document.invoice.submit(); + $('#action_print').click(); [% ELSIF resubmit %] - document.invoice.submit(); + $('#action_print').click(); [% ELSIF creditwarning != '' %] alert('[% 'Credit Limit exceeded!!!' | $T8 %]'); [% ELSE %]