X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FBackgroundJob%2FALL.pm;h=4264d6cfff09e04f748e621a1190b928aa7e8c20;hb=01091aa9c5cebaf9b803afc26b8f95c4fa2d35a4;hp=ba9ce831dfe3be5432b0c9ccf501cb3ee5096533;hpb=c92f5dc6cc52c841c8d39de834903648b4577824;p=kivitendo-erp.git diff --git a/SL/BackgroundJob/ALL.pm b/SL/BackgroundJob/ALL.pm index ba9ce831d..4264d6cff 100644 --- a/SL/BackgroundJob/ALL.pm +++ b/SL/BackgroundJob/ALL.pm @@ -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; -