938e62eab33a539d7fc18f96c458e6c3928d7184
[kivitendo-erp.git] / ALL.pm
1 package SL::BackgroundJob::ALL;
2
3 use strict;
4
5 use SL::BackgroundJob::Base;
6 use SL::BackgroundJob::BackgroundJobCleanup;
7 use SL::BackgroundJob::CleanBackgroundJobHistory;
8 use SL::BackgroundJob::CloseProjectsBelongingToClosedSalesOrders;
9 use SL::BackgroundJob::CreatePeriodicInvoices;
10 use SL::BackgroundJob::FailedBackgroundJobsReport;
11
12 1;