View | Details | Raw Unified | Return to bug 17600
Collapse All | Expand All

(-)a/misc/cronjobs/holds/cancel_expired_holds.pl (-2 / +1 lines)
Lines 80-83 pod2usage(1) if $help; Link Here
80
80
81
cronlogaction();
81
cronlogaction();
82
82
83
CancelExpiredReserves($reason);
83
C4::Reserves::CancelExpiredReserves($reason);
84
- 

Return to bug 17600