IC: alte ic.pl edit links korrigiert
[kivitendo-erp.git] / SL / Controller / DeliveryPlan.pm
index bb4514d..06cfda9 100644 (file)
@@ -414,7 +414,7 @@ sub link_to {
   }
   if ($object->isa('SL::DB::Part')) {
     my $id     = $object->id;
-    return "ic.pl?action=$action&id=$id";
+    return "controller.pl?action=Part/$action&part.id=$id";
   }
   if ($object->isa('SL::DB::Customer')) {
     my $id     = $object->id;