X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FBackgroundJob%2FMassDeliveryOrderPrinting.pm;h=772d566b65ff20a1b896838fe6fa0667185e3875;hb=d58b1a04c2facd0a4484cf2b801b27b9741cce26;hp=c46a8d7c3c153eefabc971e0c52e1cced9f6e1e2;hpb=54ce51443886623bb785e7c54492ecbc8dc9b3aa;p=kivitendo-erp.git 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; -