Autovervollständigung Kunden/Lieferanten auch ohne Stammdatenrechte
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 14 Feb 2019 10:08:37 +0000 (11:08 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 14 Feb 2019 15:40:07 +0000 (16:40 +0100)
SL/Controller/CustomerVendor.pm

index 085b6d1..c8fd5fd 100644 (file)
@@ -41,7 +41,8 @@ use Rose::Object::MakeMethods::Generic (
 __PACKAGE__->run_before(
   sub {
     $::auth->assert('customer_vendor_edit');
-  }
+  },
+  except => [ qw(ajaj_autocomplete) ],
 );
 __PACKAGE__->run_before(
   '_instantiate_args',