X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5c5d0641f55504c2e9ed860633caba14d313981d..c0ed7d2fa:/templates/webpages/cp/form_header.html diff --git a/templates/webpages/cp/form_header.html b/templates/webpages/cp/form_header.html index bc02918c5..7b87c2fc9 100644 --- a/templates/webpages/cp/form_header.html +++ b/templates/webpages/cp/form_header.html @@ -2,8 +2,6 @@ [%- USE HTML %] [%- USE T8 %] [%- USE LxERP %] - -
[% L.hidden_tag('defaultcurrency', defaultcurrency) %] @@ -25,7 +23,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,9 +33,15 @@ [% L.hidden_tag('oldvendor', oldvendor) %] [% END %] + [% IF vc == 'customer' %] + + [% 'Customer Number' | $T8 %] + + + [% END %] [% 'Invoice Number' | $T8 %] - + [% 'Address' | $T8 %]