X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FDeliveryPlan.pm;h=b8ee1c41d6d17ccc0f3514dabcb45f995b6fd162;hb=42ca4b6790baf76f507cc3675f4a171223cfde4c;hp=00adfc9f5dd85c6d9fab9d592d0b750da3a6cd51;hpb=8814f4c65f4a49b8e69d9175a5ae52bdb0c47e4e;p=kivitendo-erp.git diff --git a/SL/Controller/DeliveryPlan.pm b/SL/Controller/DeliveryPlan.pm index 00adfc9f5..b8ee1c41d 100644 --- a/SL/Controller/DeliveryPlan.pm +++ b/SL/Controller/DeliveryPlan.pm @@ -228,7 +228,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"; } }