Bugzilla – Attachment #123325: Bug 17600: (follow-up) Fully qualify routine in cancel_expired_holds.pl for
bug #17600
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
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