X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/aa63ebae1c0a758ec438c594acb328b1f0e5e001..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/cp/form_header.html diff --git a/templates/webpages/cp/form_header.html b/templates/webpages/cp/form_header.html index 4b519b8b0..e460924e5 100644 --- a/templates/webpages/cp/form_header.html +++ b/templates/webpages/cp/form_header.html @@ -2,7 +2,7 @@ [%- USE HTML %] [%- USE T8 %] [%- USE LxERP %][%- USE P -%] -
+ [% SET vc_id = vc _ '_id' style = "width: 250px" %] @@ -25,7 +25,7 @@ [% is_customer ? LxERP.t8('Customer') : LxERP.t8('Vendor') %] - [% P.customer_vendor_picker(vc_id, $vc_id, type=vc, class="initial_focus", style=style) %] + [% P.customer_vendor.picker(vc_id, $vc_id, type=vc, class="initial_focus", style=style) %] [% P.hidden_tag("previous_" _ vc_id, $vc_id) %]