X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7d026c7c58d00ec0f48beedf8a8c221738863772..cd98d068d97cb6a981d931898c5a230cd8efc0a2:/templates/webpages/cp/form_header.html diff --git a/templates/webpages/cp/form_header.html b/templates/webpages/cp/form_header.html index bc02918c5..c513eca9b 100644 --- a/templates/webpages/cp/form_header.html +++ b/templates/webpages/cp/form_header.html @@ -25,7 +25,7 @@ [% is_customer ? LxERP.t8('Customer') : LxERP.t8('Vendor') %] [% vccontent %] - [% IF vc == 'customer' %] + [% IF vc == 'customer' %] [% L.hidden_tag('selectcustomer', selectcustomer) %] [% L.hidden_tag('customer_id', customer_id) %] [% L.hidden_tag('oldcustomer', oldcustomer) %] @@ -35,6 +35,12 @@ [% L.hidden_tag('oldvendor', oldvendor) %] [% END %] + [% IF vc == 'customer' %] + + [% 'Customer Number' | $T8 %] + + + [% END %] [% 'Invoice Number' | $T8 %]