Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f631da56

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

  • ID f631da561e000425af50db1763486f7599f9e795
  • Vorgänger 6d6eb2de
  • Nachfolger 2ff2f6c9

Actions 'move_up' und 'move_down' gibt es nicht mehr

Unterschiede anzeigen:

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