projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ffb94b
)
Testpage wieder entfernen.
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 11 Oct 2011 12:56:15 +0000
(14:56 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 11 Oct 2011 12:56:29 +0000
(14:56 +0200)
SL/Controller/Part.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Part.pm
b/SL/Controller/Part.pm
index
edcf544
..
36859e7
100644
(file)
--- 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) = @_;