]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/DeliveryPlan.pm
steuerfilterung.pl: nicht manuell früh committen, um Mehrfachausführung zu ermöglichen
[mfinanz.git] / SL / Controller / DeliveryPlan.pm
index 00adfc9f5dd85c6d9fab9d592d0b750da3a6cd51..b8ee1c41d6d17ccc0f3514dabcb45f995b6fd162 100644 (file)
@@ -228,7 +228,7 @@ sub link_to {
   }
   if ($object->isa('SL::DB::Customer')) {
     my $id     = $object->id;
   }
   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";
   }
 }
 
   }
 }