]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/DeliveryPlan.pm
ActionBar: accesskeys
[mfinanz.git] / SL / Controller / DeliveryPlan.pm
index bb4514d7a80f86afee76d6b7c7ef265e153943de..06cfda9352765e2bcc681527f2bd0e50f1937efc 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;