projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6eb2d
)
Actions 'move_up' und 'move_down' gibt es nicht mehr
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 16 Jun 2011 12:45:56 +0000
(14:45 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 16 Jun 2011 12:45:56 +0000
(14:45 +0200)
SL/Controller/PaymentTerm.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/PaymentTerm.pm
b/SL/Controller/PaymentTerm.pm
index
55401ba
..
295b44b
100644
(file)
--- 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) ]);
#