SL::BackgroundJob::ALL.pm für BackgroundJobs aktualisiert
[kivitendo-erp.git] / SL / BackgroundJob / ALL.pm
index ba9ce83..4264d6c 100644 (file)
@@ -4,9 +4,21 @@ use strict;
 
 use SL::BackgroundJob::Base;
 use SL::BackgroundJob::BackgroundJobCleanup;
+use SL::BackgroundJob::CleanAuthSessions;
 use SL::BackgroundJob::CleanBackgroundJobHistory;
+use SL::BackgroundJob::CloseProjectsBelongingToClosedSalesOrders;
+use SL::BackgroundJob::ConvertTimeRecordings;
 use SL::BackgroundJob::CreatePeriodicInvoices;
+use SL::BackgroundJob::CsvImport;
 use SL::BackgroundJob::FailedBackgroundJobsReport;
+use SL::BackgroundJob::MassDeliveryOrderPrinting;
+use SL::BackgroundJob::MassRecordCreationAndPrinting;
+use SL::BackgroundJob::SelfTest;
+use SL::BackgroundJob::SelfTest::Base;
+use SL::BackgroundJob::SelfTest::Transactions;
+use SL::BackgroundJob::SetNumberRange;
+use SL::BackgroundJob::ShopOrderMassTransfer;
+use SL::BackgroundJob::ShopPartMassUpload;
+use SL::BackgroundJob::Test;
 
 1;
-