Revision 728164f0
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
SL/Controller/TopQuickSearch/DeliveryOrder.pm | ||
---|---|---|
71 | 71 |
|
72 | 72 |
sub redirect_to_object { |
73 | 73 |
SL::Controller::Base->new->url_for( |
74 |
controller => 'do.pl', |
|
75 |
action => 'edit', |
|
76 |
type => $_[0]->type, |
|
77 |
vc => $_[0]->vc, |
|
74 |
controller => 'controller.pl', |
|
75 |
action => 'DeliveryOrder/edit', |
|
78 | 76 |
id => $_[1], |
79 | 77 |
); |
80 | 78 |
} |
Auch abrufbar als: Unified diff
DeliveryOrder: Links auf neuen Lieferschein-Controller zeigen lassen