Revision c3db1b36
Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt
SL/Controller/FinancialControllingReport.pm | ||
---|---|---|
278 | 278 |
my $type = $object->type; |
279 | 279 |
my $id = $object->id; |
280 | 280 |
|
281 |
return "oe.pl?action=$action&type=$type&vc=customer&id=$id"; |
|
281 |
if ($::instance_conf->get_feature_experimental) { |
|
282 |
return "controller.pl?action=Order/$action&type=$type&id=$id"; |
|
283 |
} else { |
|
284 |
return "oe.pl?action=$action&type=$type&vc=customer&id=$id"; |
|
285 |
} |
|
282 | 286 |
} |
283 | 287 |
if ($object->isa('SL::DB::Customer')) { |
284 | 288 |
my $id = $object->id; |
Auch abrufbar als: Unified diff
Auftrags-Controller: weitere Links hierhin bei experimentellen Features