X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/03ba13d2594f31e7af5eb3868435495c750ef1cb..1d6ab809d29d8e125cc62f6ea96f2c13b8d8f5c0:/SL/BackgroundJob/MassDeliveryOrderPrinting.pm 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; -