Hintergrundjob zum Schließen bei geschlossenen Aufträgen verlinkten Projekten
[kivitendo-erp.git] / SL / BackgroundJob / ALL.pm
index ba9ce83..938e62e 100644 (file)
@@ -5,8 +5,8 @@ use strict;
 use SL::BackgroundJob::Base;
 use SL::BackgroundJob::BackgroundJobCleanup;
 use SL::BackgroundJob::CleanBackgroundJobHistory;
+use SL::BackgroundJob::CloseProjectsBelongingToClosedSalesOrders;
 use SL::BackgroundJob::CreatePeriodicInvoices;
 use SL::BackgroundJob::FailedBackgroundJobsReport;
 
 1;
-