Revision c3db1b36
Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt
SL/Controller/DeliveryPlan.pm | ||
---|---|---|
369 | 369 |
my $vc = $object->is_sales ? 'customer' : 'vendor'; |
370 | 370 |
my $id = $object->id; |
371 | 371 |
|
372 |
return "oe.pl?action=$action&type=$type&vc=$vc&id=$id"; |
|
372 |
if ($::instance_conf->get_feature_experimental) { |
|
373 |
return "controller.pl?action=Order/$action&type=$type&id=$id"; |
|
374 |
} else { |
|
375 |
return "oe.pl?action=$action&type=$type&vc=$vc&id=$id"; |
|
376 |
} |
|
373 | 377 |
} |
374 | 378 |
if ($object->isa('SL::DB::Part')) { |
375 | 379 |
my $id = $object->id; |
Auch abrufbar als: Unified diff
Auftrags-Controller: weitere Links hierhin bei experimentellen Features