Auftrags-Controller: auch bei E-Mail erzeugtes Dokument im WebDAV/DMS speichern
[kivitendo-erp.git] / SL / BackgroundJob / ALL.pm
index 84c55ee..938e62e 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;
-