sub redirect_to_object {
SL::Controller::Base->new->url_for(
- controller => 'do.pl',
- action => 'edit',
- type => $_[0]->type,
- vc => $_[0]->vc,
+ controller => 'controller.pl',
+ action => 'DeliveryOrder/edit',
id => $_[1],
+ type => $_[0]->type,
);
}