From: Thomas Heck Date: Mon, 24 Jun 2013 09:57:28 +0000 (+0200) Subject: SL::Controller::CustomerVendor::action_new in action_add umbenannt X-Git-Tag: release-3.1.0beta1~161^2~33 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e8b158e97c5a24c827f0c46873f2048e95cac35c;p=kivitendo-erp.git SL::Controller::CustomerVendor::action_new in action_add umbenannt --- diff --git a/SL/Controller/CustomerVendor.pm b/SL/Controller/CustomerVendor.pm index e64e4b5e5..04042fdb5 100644 --- 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();