]> git.koha-community.org Git - koha.git/commit
Bug 37155: Remove use of unblessed patron
authorNick Clemens <nick@bywatersolutions.com>
Fri, 21 Jun 2024 16:02:57 +0000 (16:02 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 1 Jul 2024 16:55:51 +0000 (18:55 +0200)
commit975a869c49254c8e12c0b6ceb49354237f8dac85
treea8e0ad131e1bd3a28422c86a9093aa61692bfe10
parent11c5abda48bd758d8ecd1ae3ea2ba938199ee59f
Bug 37155: Remove use of unblessed patron

This removes the unblessing of the patron object and uses fields form the patron

To test:
Confirm tests still pass:
prove -v t/db_dependent/Holds.t t/db_dependent/Circulation.t t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t t/db_dependent/Reserves.t t/db_dependent/api/v1/holds.t

Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/Reserves.pm