Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[kivitendo-erp.git] / SL / BackgroundJob / ALL.pm
index acd6d6e..5688d2c 100644 (file)
@@ -1,7 +1,10 @@
 package SL::BackgroundJob::ALL;
 
+use strict;
+
 use SL::BackgroundJob::Base;
 use SL::BackgroundJob::CleanBackgroundJobHistory;
+use SL::BackgroundJob::CreatePeriodicInvoices;
 
 1;