Test-BackgroundJob: Möglichkeiten, das Ergebnis zu steuern
[kivitendo-erp.git] / SL / Controller / FinancialControllingReport.pm
index 675f24b..4ffaabd 100644 (file)
@@ -239,7 +239,7 @@ sub init_models {
         # ]
       ],
     ],
-    with_objects => [ 'customer', 'globalproject', 'globalproject.project_type' ],
+    with_objects => [ 'customer', 'globalproject', 'globalproject.project_type', 'periodic_invoices_config' ],
   );
 }
 
@@ -257,7 +257,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";
   }
   if ($object->isa('SL::DB::Project')) {
     my $id     = $object->id;