Massendruck Lieferscheine/Rechnungen: doc_storage_enabled importieren
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 22 Nov 2019 13:20:21 +0000 (14:20 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 22 Nov 2019 13:20:21 +0000 (14:20 +0100)
SL/BackgroundJob/MassDeliveryOrderPrinting.pm
SL/BackgroundJob/MassRecordCreationAndPrinting.pm

index c46a8d7..772d566 100644 (file)
@@ -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;
-
index e134807..e799c24 100644 (file)
@@ -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;