From 75dc619478e117b9df49d9c5c14eb5819d5c6a17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 19 Feb 2014 13:17:05 +0100 Subject: [PATCH] =?utf8?q?Revert=20"Das=20Recht=20"Lagerverwaltung/Bestand?= =?utf8?q?sver=C3=A4nderung"=20zum=20Part-Controller=20hinzugef=C3=BCgt."?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit 91aa159378605af7676d25ed070532fa6c5eee3c. --- SL/Controller/Part.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/Part.pm b/SL/Controller/Part.pm index ce9074fa7..6b76252cc 100644 --- a/SL/Controller/Part.pm +++ b/SL/Controller/Part.pm @@ -14,7 +14,7 @@ use Rose::Object::MakeMethods::Generic ( ); # safety -__PACKAGE__->run_before(sub { $::auth->assert('part_service_assembly_edit | warehouse_management') }); +__PACKAGE__->run_before(sub { $::auth->assert('part_service_assembly_edit') }); sub action_ajax_autocomplete { my ($self, %params) = @_; -- 2.20.1