Revision c3db1b36
Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt
SL/Controller/DeliveryValueReport.pm | ||
---|---|---|
231 | 231 |
my $vc = $object->is_sales ? 'customer' : 'vendor'; |
232 | 232 |
my $id = $object->id; |
233 | 233 |
|
234 |
return "oe.pl?action=$action&type=$type&vc=$vc&id=$id"; |
|
234 |
if ($::instance_conf->get_feature_experimental) { |
|
235 |
return "controller.pl?action=Order/$action&type=$type&id=$id"; |
|
236 |
} else { |
|
237 |
return "oe.pl?action=$action&type=$type&vc=$vc&id=$id"; |
|
238 |
} |
|
235 | 239 |
} |
236 | 240 |
if ($object->isa('SL::DB::Part')) { |
237 | 241 |
my $id = $object->id; |
Auch abrufbar als: Unified diff
Auftrags-Controller: weitere Links hierhin bei experimentellen Features