X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9fe004908828ea3844303b0da3dd893caaf82357..e7a7492e:/templates/webpages/ap/form_header.html diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index 0d003c600..07e3188d8 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -39,6 +39,7 @@ + @@ -78,6 +79,18 @@
[% saved_message | html %]
[% END %] +| @@ -98,19 +111,26 @@ | |||||||||
| - |
-
| [% LxERP.t8("Credit Limit") %] | ++ [% creditlimit | html %]; + [% LxERP.t8("Remaining") %] + [% creditremaining | html %] | ||||||
|---|---|---|---|---|---|---|---|---|---|
| [% LxERP.t8("SEPA exports") %] | ++ [% FOREACH export = invoice_obj.sepa_exports.as_list %] + [% HTML.escape(export.id) %] + [% UNLESS loop.last %], [% END %] + [% END %] + | +||||||||
| [% 'Currency' | $T8 %] | @@ -139,6 +159,10 @@ | [% 'Tax Included' | $T8 %] | |||||||
| + | [% 'direct debit' | $T8 %] | +||||||||