X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d623e974c5f456dab9a691df3fb57c6dba1e1865..9d0aef995ce621cc75eafd1623fbf9a018e6168e:/templates/webpages/ap/form_header.html diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index 29e0dc43d..56abcb7f3 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -39,6 +39,7 @@ + @@ -78,6 +79,21 @@
[% saved_message | html %]
[% END %] +| @@ -98,19 +114,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 %] | @@ -167,7 +190,7 @@ | ||||||||
| [% 'Project Number' | $T8 %] | - [% L.select_tag('globalproject_id', ALL_PROJECTS, with_empty = 1, default = globalproject_id, value_key = 'id', title_key = 'projectnumber') %] + [% L.select_tag('globalproject_id', ALL_PROJECTS, with_empty = 1, default = globalproject_id, value_key = 'id', title_key = 'projectnumber', onChange = "document.getElementById('update_button').click();") %] | ||||||||