From 01091aa9c5cebaf9b803afc26b8f95c4fa2d35a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Fri, 25 Jun 2021 10:41:41 +0200 Subject: [PATCH] =?utf8?q?SL::BackgroundJob::ALL.pm=20f=C3=BCr=20Backgroun?= =?utf8?q?dJobs=20aktualisiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/BackgroundJob/ALL.pm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/SL/BackgroundJob/ALL.pm b/SL/BackgroundJob/ALL.pm index 2e637cd1f..4264d6cff 100644 --- a/SL/BackgroundJob/ALL.pm +++ b/SL/BackgroundJob/ALL.pm @@ -4,10 +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; -- 2.20.1