From: Bernd Bleßmann Date: Fri, 22 Nov 2019 13:20:21 +0000 (+0100) Subject: Massendruck Lieferscheine/Rechnungen: doc_storage_enabled importieren X-Git-Tag: release-3.5.6.1~430 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=1d6ab809d29d8e125cc62f6ea96f2c13b8d8f5c0;p=kivitendo-erp.git Massendruck Lieferscheine/Rechnungen: doc_storage_enabled importieren --- diff --git a/SL/BackgroundJob/MassDeliveryOrderPrinting.pm b/SL/BackgroundJob/MassDeliveryOrderPrinting.pm index c46a8d7c3..772d566b6 100644 --- a/SL/BackgroundJob/MassDeliveryOrderPrinting.pm +++ b/SL/BackgroundJob/MassDeliveryOrderPrinting.pm @@ -12,7 +12,7 @@ use SL::SessionFile; use SL::Template; use SL::Helper::MassPrintCreatePDF qw(:all); use SL::Helper::CreatePDF qw(:all); -use SL::Helper::File qw(store_pdf append_general_pdf_attachments); +use SL::Helper::File qw(store_pdf append_general_pdf_attachments doc_storage_enabled); use constant WAITING_FOR_EXECUTION => 0; use constant PRINTING_DELIVERY_ORDERS => 1; @@ -102,4 +102,3 @@ sub run { } 1; - diff --git a/SL/BackgroundJob/MassRecordCreationAndPrinting.pm b/SL/BackgroundJob/MassRecordCreationAndPrinting.pm index e134807e3..e799c2447 100644 --- a/SL/BackgroundJob/MassRecordCreationAndPrinting.pm +++ b/SL/BackgroundJob/MassRecordCreationAndPrinting.pm @@ -14,7 +14,7 @@ use SL::Template; use SL::Locale::String qw(t8); use SL::Helper::MassPrintCreatePDF qw(:all); use SL::Helper::CreatePDF qw(:all); -use SL::Helper::File qw(store_pdf append_general_pdf_attachments); +use SL::Helper::File qw(store_pdf append_general_pdf_attachments doc_storage_enabled); use SL::Webdav; use constant WAITING_FOR_EXECUTION => 0;