Revision f631da56
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Controller/PaymentTerm.pm | ||
---|---|---|
14 | 14 |
); |
15 | 15 |
|
16 | 16 |
__PACKAGE__->run_before('check_auth'); |
17 |
__PACKAGE__->run_before('load_payment_term', only => [ qw( edit update destroy move_up move_down) ]);
|
|
17 |
__PACKAGE__->run_before('load_payment_term', only => [ qw( edit update destroy) ]); |
|
18 | 18 |
__PACKAGE__->run_before('load_languages', only => [ qw(new list edit create update) ]); |
19 | 19 |
|
20 | 20 |
# |
Auch abrufbar als: Unified diff
Actions 'move_up' und 'move_down' gibt es nicht mehr