Revision 728164f0
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
| SL/Controller/TopQuickSearch/DeliveryOrder.pm | ||
|---|---|---|
|
|
||
|
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],
|
||
|
);
|
||
|
}
|
||
Auch abrufbar als: Unified diff
DeliveryOrder: Links auf neuen Lieferschein-Controller zeigen lassen