]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/SellPriceInformation.pm
TopQuickSearch: Syntax Logik bei den Userpreferences. with_empty bei der
[mfinanz.git] / SL / Controller / SellPriceInformation.pm
index b0e96c3aff64f3081299c252fc1898e37b1dca1e..1385fca5ff7f7257d6cba55110beadad666fca00 100644 (file)
@@ -140,7 +140,11 @@ sub link_to {
     my $vc     = $object->is_sales ? 'customer' : 'vendor';
     my $id     = $object->id;
 
-    return "oe.pl?action=$action&type=$type&vc=$vc&id=$id";
+    if ($::instance_conf->get_feature_experimental) {
+      return "controller.pl?action=Order/$action&type=$type&id=$id";
+    } else {
+      return "oe.pl?action=$action&type=$type&vc=$vc&id=$id";
+    }
   }
   if ($object->isa('SL::DB::Customer')) {
     my $id     = $object->id;