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:
c82a368
)
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
Jan Büren
<jan@kivitendo-premium.de>
Thu, 18 Jul 2013 07:09:02 +0000
(09:09 +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();