Actions 'move_up' und 'move_down' gibt es nicht mehr
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 16 Jun 2011 12:45:56 +0000 (14:45 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 16 Jun 2011 12:45:56 +0000 (14:45 +0200)
SL/Controller/PaymentTerm.pm

index 55401ba..295b44b 100644 (file)
@@ -14,7 +14,7 @@ use Rose::Object::MakeMethods::Generic
 );
 
 __PACKAGE__->run_before('check_auth');
-__PACKAGE__->run_before('load_payment_term', only => [ qw(         edit        update destroy move_up move_down) ]);
+__PACKAGE__->run_before('load_payment_term', only => [ qw(         edit        update destroy) ]);
 __PACKAGE__->run_before('load_languages',    only => [ qw(new list edit create update) ]);
 
 #