Bug 29346: Use fully qualified names for C4:Circulation routines in C4::HoldsQueue
authorNick Clemens <nick@bywatersolutions.com>
Fri, 29 Apr 2022 00:28:33 +0000 (00:28 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 5 May 2022 21:17:36 +0000 (11:17 -1000)
commit56602217ff5c4ad603e57e5b29d4fefe4922447a
tree9b71a07d955d7de3da2876fef092ef1355277ccb
parentd655d41e5848d02aab6f0f1174399f3fd3d183a8
Bug 29346: Use fully qualified names for C4:Circulation routines in C4::HoldsQueue

I suppose this is similar to circular dependency on other patch

HoldsQueue uses Circulation uses BatchUpdateBiblioHoldsQueueuse HoldsQueue

Without this the background job builds the queue, but reports failure:
Holds queue for biblio The Jacobite clans of the Great Glen, 1650-1784 /. An error occurred (Undefined subroutine &C4::HoldsQueue::GetTransfers called at /kohadevbox/koha/C4/HoldsQueue.pm line 351. )

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/HoldsQueue.pm