]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/DeliveryValueReport.pm
SL::DB: Exception nur dann mit ->isa/->rethrow behandeln, wenn geblesstes Objekt
[mfinanz.git] / SL / Controller / DeliveryValueReport.pm
index 05a1064fe1ea4fb7561746ddb9282c91ea93446e..61d950d17dc252a0956330a5e18d27224596bf53 100644 (file)
@@ -243,7 +243,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;