X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FTopQuickSearch%2FContact.pm;h=e0e915d91448f3f866699ea7ce1f7188d189a069;hb=6ebb31d0cd9c8b930d68049d2d68ac1d7b4f2545;hp=b3e0d9ed4b7074d6583ab174e4acb74a30dd082c;hpb=fc9548f80c87327eed8f20c796579a9452b0c616;p=kivitendo-erp.git diff --git a/SL/Controller/TopQuickSearch/Contact.pm b/SL/Controller/TopQuickSearch/Contact.pm index b3e0d9ed4..e0e915d91 100644 --- a/SL/Controller/TopQuickSearch/Contact.pm +++ b/SL/Controller/TopQuickSearch/Contact.pm @@ -8,7 +8,7 @@ use SL::DB::Vendor; use SL::DBUtils qw(selectfirst_array_query like); use SL::Locale::String qw(t8); -sub auth { 'customer_vendor_edit' } +sub auth { undef } sub name { 'contact' }