X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/95f21f71c1c5c2f6cf6a281a0174d8f247be1135..3bb4190a48d58f5a598b659c27b9a5bf233aa54b:/SL/Controller/TopQuickSearch/Contact.pm?ds=sidebyside 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' }