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:
348eaa5
)
SL::Controller::CustomerVendor::action_new in action_add umbenannt
author
Thomas Heck
<theck@linet-services.de>
Mon, 24 Jun 2013 09:57:28 +0000
(11:57 +0200)
committer
Thomas Heck
<theck@linet-services.de>
Tue, 16 Jul 2013 12:23:53 +0000
(14:23 +0200)
SL/Controller/CustomerVendor.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/CustomerVendor.pm
b/SL/Controller/CustomerVendor.pm
index
e64e4b5
..
04042fd
100644
(file)
--- a/
SL/Controller/CustomerVendor.pm
+++ b/
SL/Controller/CustomerVendor.pm
@@
-54,11
+54,11
@@
__PACKAGE__->run_before(
__PACKAGE__->run_before(
'_create_customer_vendor',
only => [
- '
new
',
+ '
add
',
]
);
-sub action_
new
{
+sub action_
add
{
my ($self) = @_;
$self->_pre_render();