X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=SL%2FController%2FTopQuickSearch%2FCustomer.pm;h=b7c5b391b3ddca6a55538cdd2d5eaecf7ffbb017;hb=fc58ee00364ec05d5a5277d8e64fe07374c9db08;hp=8b7e8ae88b9498929e9abea06c99be5933be2e92;hpb=1c8c106733572b39dccbb45066d28d4553d31587;p=kivitendo-erp.git diff --git a/SL/Controller/TopQuickSearch/Customer.pm b/SL/Controller/TopQuickSearch/Customer.pm index 8b7e8ae88..b7c5b391b 100644 --- a/SL/Controller/TopQuickSearch/Customer.pm +++ b/SL/Controller/TopQuickSearch/Customer.pm @@ -6,7 +6,7 @@ use SL::DB::Customer; use SL::Locale::String qw(t8); -sub auth { 'customer_vendor_edit' } +sub auth { undef } sub name { 'customer' }