Bug 21035: Handle new lines when running reports
[koha.git] / misc / cronjobs / holds / build_holds_queue.pl
index 9ec9825..be50de7 100755 (executable)
@@ -16,6 +16,9 @@ BEGIN {
 }
 
 use C4::HoldsQueue qw(CreateQueue);
+use C4::Log;
+
+cronlogaction();
 
 CreateQueue();