SL::Controller::CustomerVendor::action_new in action_add umbenannt
authorThomas Heck <theck@linet-services.de>
Mon, 24 Jun 2013 09:57:28 +0000 (11:57 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Thu, 18 Jul 2013 07:09:02 +0000 (09:09 +0200)
SL/Controller/CustomerVendor.pm

index e64e4b5..04042fd 100644 (file)
@@ -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();