Revision 5f4faab9
Von Niklas Schmidt vor 8 Tagen hinzugefügt
SL/Controller/FinancialControllingReport.pm | ||
---|---|---|
if ($object->isa('SL::DB::Order')) {
|
||
my $type = $object->type;
|
||
my $id = $object->id;
|
||
|
||
if ($::instance_conf->get_feature_experimental_order) {
|
||
return "controller.pl?action=Order/$action&type=$type&id=$id";
|
||
} else {
|
||
return "oe.pl?action=$action&type=$type&vc=customer&id=$id";
|
||
}
|
||
return "controller.pl?action=Order/$action&type=$type&id=$id";
|
||
}
|
||
if ($object->isa('SL::DB::Customer')) {
|
||
my $id = $object->id;
|
Auch abrufbar als: Unified diff
/bin/mozilla/oe.pl durch S:C:Order ersetzt: DB, Weiche weg