From 9b039e37be3108c90d20d4db36f0a9a54400c800 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 14 Feb 2019 11:08:37 +0100 Subject: [PATCH] =?utf8?q?Autovervollst=C3=A4ndigung=20Kunden/Lieferanten?= =?utf8?q?=20auch=20ohne=20Stammdatenrechte?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/CustomerVendor.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SL/Controller/CustomerVendor.pm b/SL/Controller/CustomerVendor.pm index 085b6d185..c8fd5fd9c 100644 --- a/SL/Controller/CustomerVendor.pm +++ b/SL/Controller/CustomerVendor.pm @@ -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', -- 2.20.1