]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/SellPriceInformation.pm
Customer/Vendor-Pfade angepasst
[kivitendo-erp.git] / SL / Controller / SellPriceInformation.pm
index f31f53e281972b6878afca2225490127f065e031..8e0c52d86b16c57d5a886c896210debe8afd0f5e 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";
   }
 }