]> wagnertech.de Git - mfinanz.git/blobdiff - SL/BackgroundJob/ALL.pm
SelfTests Buchungen ohne Steuer auch mit Steuerschlüssel 11, etc filtern
[mfinanz.git] / SL / BackgroundJob / ALL.pm
index be357a612903684939d788613959b4c5eaafa2a2..ba9ce831dfe3be5432b0c9ccf501cb3ee5096533 100644 (file)
@@ -3,7 +3,10 @@ package SL::BackgroundJob::ALL;
 use strict;
 
 use SL::BackgroundJob::Base;
+use SL::BackgroundJob::BackgroundJobCleanup;
 use SL::BackgroundJob::CleanBackgroundJobHistory;
+use SL::BackgroundJob::CreatePeriodicInvoices;
+use SL::BackgroundJob::FailedBackgroundJobsReport;
 
 1;