Customer/Vendor-Pfade angepasst
[kivitendo-erp.git] / SL / Controller / SellPriceInformation.pm
index f31f53e..8e0c52d 100644 (file)
@@ -141,7 +141,7 @@ sub link_to {
   }
   if ($object->isa('SL::DB::Customer')) {
     my $id     = $object->id;
-    return "ct.pl?action=$action&id=$id&db=customer";
+    return "controller.pl?action=CustomerVendor/$action&id=$id&db=customer";
   }
 }