Mandantenkonfiguration: experimentelle Features einzeln an-/abschaltbar machen
[kivitendo-erp.git] / SL / Controller / FinancialControllingReport.pm
index 31f60f1..f4f09ff 100644 (file)
@@ -278,7 +278,7 @@ sub link_to {
     my $type = $object->type;
     my $id   = $object->id;
 
-    if ($::instance_conf->get_feature_experimental) {
+    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";