Nicht benutzte Action entfernt
[kivitendo-erp.git] / SL / BackgroundJob / ALL.pm
index be357a6..84c55ee 100644 (file)
@@ -3,7 +3,9 @@ package SL::BackgroundJob::ALL;
 use strict;
 
 use SL::BackgroundJob::Base;
+use SL::BackgroundJob::BackgroundJobCleanup;
 use SL::BackgroundJob::CleanBackgroundJobHistory;
+use SL::BackgroundJob::CreatePeriodicInvoices;
 
 1;