From: Moritz Bunkus Date: Thu, 16 Jun 2011 12:45:56 +0000 (+0200) Subject: Actions 'move_up' und 'move_down' gibt es nicht mehr X-Git-Tag: release-2.7.0beta1~384 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f631da561e000425af50db1763486f7599f9e795;p=kivitendo-erp.git Actions 'move_up' und 'move_down' gibt es nicht mehr --- 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) ]); #