Mandantenkonfiguration: experimentelle Features einzeln an-/abschaltbar machen
[kivitendo-erp.git] / SL / Controller / CustomerVendor.pm
index 2d373c1..4812f1b 100644 (file)
@@ -281,7 +281,7 @@ sub _transaction {
   my $db = $self->is_vendor() ? 'vendor' : 'customer';
   my $action = 'add';
 
-  if ($::instance_conf->get_feature_experimental && 'oe.pl' eq $script) {
+  if ($::instance_conf->get_feature_experimental_order && 'oe.pl' eq $script) {
     $script = 'controller.pl';
     $action = 'Order/' . $action;
   }