]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/CustomerVendor.pm
SL::Controller::CustomerVendor::action_new in action_add umbenannt
[mfinanz.git] / SL / Controller / CustomerVendor.pm
index e64e4b5e5a6a25cf40afe4604cef8c98f33cc656..04042fdb59302ac699ec2f40652d5a32b31dd81a 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();