]> wagnertech.de Git - mfinanz.git/blobdiff - SL/BackgroundJob/ALL.pm
epic-ts
[mfinanz.git] / SL / BackgroundJob / ALL.pm
index 84c55ee00555ee8622e083762b8f2b33a83aee78..938e62eab33a539d7fc18f96c458e6c3928d7184 100644 (file)
@@ -5,7 +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;
-