X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/7abae2f3a934a3147b20ec216ab89fbdad3b8522..28d69bb85e934088a56e6e8458cd08d3794e1f8b:/SL/Controller/Part.pm 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) = @_;