X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FTopQuickSearch%2FCustomer.pm;h=b7c5b391b3ddca6a55538cdd2d5eaecf7ffbb017;hb=ff159a4d47b9a2d10744dcfc23da2c63605c8a32;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' }