From f5ea30944e6ab350022a7fc400397ed9944e7eda Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 11 Oct 2011 14:56:15 +0200 Subject: [PATCH] Testpage wieder entfernen. --- SL/Controller/Part.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SL/Controller/Part.pm b/SL/Controller/Part.pm index edcf544b6..36859e71a 100644 --- a/SL/Controller/Part.pm +++ b/SL/Controller/Part.pm @@ -8,11 +8,6 @@ use SL::DB::Part; # safety __PACKAGE__->run_before(sub { $::auth->assert('part_service_assembly_edit') }); -sub action_part_picker_testpage { - my ($self, %params) = @_; - $self->render('part/testpage'); -} - sub action_ajax_autocomplete { my ($self, %params) = @_; -- 2.20.1