X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/42dfa9a7030e7d06288385076e348d34ec809128..7647d46:/SL/Controller/Customer.pm diff --git a/SL/Controller/Customer.pm b/SL/Controller/Customer.pm index 4358080fe..823af2e59 100644 --- a/SL/Controller/Customer.pm +++ b/SL/Controller/Customer.pm @@ -22,6 +22,5 @@ sub action_ajax_autocomplete { $self->{customers} = SL::DB::Manager::Customer->get_all(query => [ @filter ], limit => $limit); $self->{value} = $::form->{column} || 'name'; - $self->render('ct/ajax_autocomplete2', { no_layout => 1 }); + $self->render('ct/ajax_autocomplete2', { layout => 0, type => 'json' }); } -