]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/SellPriceInformation.pm
Mandantenkonfiguration: experimentelle Features einzeln an-/abschaltbar machen
[kivitendo-erp.git] / SL / Controller / SellPriceInformation.pm
index 1385fca5ff7f7257d6cba55110beadad666fca00..ccb0d5fcce07a51fdab110f557d82be41da2734f 100644 (file)
@@ -140,7 +140,7 @@ sub link_to {
     my $vc     = $object->is_sales ? 'customer' : 'vendor';
     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=$vc&id=$id";