X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5bc87ade7044239fa9e893b9d7cbd476dc627eea..e7a7492e:/templates/webpages/ir/form_header.html?ds=inline
diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html
index 15cb81ae8..75ffde5d4 100644
--- a/templates/webpages/ir/form_header.html
+++ b/templates/webpages/ir/form_header.html
@@ -22,6 +22,7 @@
+
[%- INCLUDE 'common/flash.html' %]
[%- INCLUDE 'generic/set_longdescription.html' %]
@@ -33,7 +34,9 @@
[% 'WebDAV' | $T8 %]
[%- END %]
[%- IF id %]
+ [%- IF AUTH.assert('record_links', 1) %]
[% 'Linked Records' | $T8 %]
+ [%- END %]
[% LxERP.t8('Transactions') %]
[%- END %]
@@ -60,7 +63,6 @@
onChange = "document.getElementById('update_button').click();" -%]
-
@@ -80,6 +82,17 @@
[% LxERP.format_amount(creditremaining,0 ,'0') %]
+[%- 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 %]
| [% 'Vendor type' | $T8 %] |