X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6c7fdf43ade0e2e5cc82eca47eeb850424b896b1..49707e3c:/templates/webpages/ar/form_header.html
diff --git a/templates/webpages/ar/form_header.html b/templates/webpages/ar/form_header.html
index 03fb634fa..fe9c18de8 100644
--- a/templates/webpages/ar/form_header.html
+++ b/templates/webpages/ar/form_header.html
@@ -14,6 +14,7 @@
[% L.hidden_tag('follow_up_trans_type_1', 'ar_transaction') %]
[% L.hidden_tag('follow_up_trans_info_1', follow_up_trans_info) %]
[% L.hidden_tag('follow_up_rowcount', 1) %]
+
[% title | html %]
@@ -69,18 +70,24 @@
[%- END %]
- |
-
-
-
- | [% 'Credit Limit' | $T8 %] |
- [% LxERP.format_amount(creditlimit, 0) %][% L.hidden_tag('creditlimit', LxERP.format_amount(creditlimit, 0)) %] |
- [% 'Remaining' | $T8 %] |
- [% LxERP.format_amount(creditremaining, 0) %][% L.hidden_tag('creditremaining', LxERP.format_amount(creditremaining, 0)) %] |
-
-
+ | [% LxERP.t8("Credit Limit") %] |
+
+ [% LxERP.format_amount(creditlimit, 0) %][% L.hidden_tag('creditlimit', LxERP.format_amount(creditlimit, 0)) %];
+ [% LxERP.t8("Remaining") %]
+ [% LxERP.format_amount(creditremaining, 0) %][% L.hidden_tag('creditremaining', LxERP.format_amount(creditremaining, 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 %]
| [% 'Currency' | $T8 %] |
|
@@ -92,7 +99,7 @@
[% L.hidden_tag('forex', forex) %]
[% IF show_exch %]
[% 'Exchangerate' | $T8 %] |
- [%- IF forex %][% L.hidden_tag('exchangerate', LxERP.format_amount(exchangerate, 2)) %][% LxERP.format_amount(exchangerate, 2) %][%- ELSE %][% L.input_tag('exchangerate', LxERP.format_amount(exchangerate, 2), size=10) %][%- END %] |
+- [%- IF forex %][% L.hidden_tag('exchangerate', LxERP.format_amount(exchangerate, 2)) %][% LxERP.format_amount(exchangerate, 2) %][%- ELSE %][% L.input_tag('exchangerate', LxERP.format_amount(exchangerate, 2), size=10) %][%- END %] |
[% END %]
[% department_html %]