1 package SL::Controller::PriceFactor;
 
   5 use parent qw(SL::Controller::Base);
 
   7 use SL::DB::PriceFactor;
 
   9 __PACKAGE__->run_before('check_auth');
 
  18   SL::DB::PriceFactor->reorder_list(@{ $::form->{price_factor_id} || [] });
 
  20   $self->render(\'', { type => 'json' });
 
  28   $::auth->assert('config');