Revision 14cf7af5
Von Thomas Heck vor mehr als 11 Jahren hinzugefügt
SL/Controller/CustomerVendor.pm | ||
---|---|---|
54 | 54 |
__PACKAGE__->run_before( |
55 | 55 |
'_create_customer_vendor', |
56 | 56 |
only => [ |
57 |
'new',
|
|
57 |
'add',
|
|
58 | 58 |
] |
59 | 59 |
); |
60 | 60 |
|
61 |
sub action_new {
|
|
61 |
sub action_add {
|
|
62 | 62 |
my ($self) = @_; |
63 | 63 |
|
64 | 64 |
$self->_pre_render(); |
Auch abrufbar als: Unified diff
SL::Controller::CustomerVendor::action_new in action_add umbenannt