From f631da561e000425af50db1763486f7599f9e795 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 16 Jun 2011 14:45:56 +0200 Subject: [PATCH] Actions 'move_up' und 'move_down' gibt es nicht mehr --- SL/Controller/PaymentTerm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/PaymentTerm.pm b/SL/Controller/PaymentTerm.pm index 55401ba13..295b44b5c 100644 --- a/SL/Controller/PaymentTerm.pm +++ b/SL/Controller/PaymentTerm.pm @@ -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) ]); # -- 2.20.1