X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff3bb5cf204ed7dffa959d85bb471cd14ee142df..bc0f2d41703a9c73daf86d4e412eb2ffc68edae9:/SL/CVar.pm?ds=inline diff --git a/SL/CVar.pm b/SL/CVar.pm index f006fd9ca..160a23e5a 100644 --- a/SL/CVar.pm +++ b/SL/CVar.pm @@ -301,6 +301,9 @@ sub render_inputs { $var->{VALID_BOX} = $form->parse_html_template('amcvar/render_checkboxes', { var => $var, %options }); } + # needed for customer_vendor_picker + $::request->{layout}->add_javascripts('autocomplete_customer.js'); + $main::lxdebug->leave_sub(2); }