]> git.koha-community.org Git - koha.git/commit
Bug 37505: Remove onloan check when checking out to stats patron
authorLucas Gass <lucas@bywatersolutions.com>
Thu, 29 Aug 2024 21:54:57 +0000 (21:54 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 22 Oct 2024 10:06:46 +0000 (12:06 +0200)
commit5ee142c7f7b4c7a1071cfd92a410aa11b59d2bee
tree0bc09507b7f550a9bf509c9babd42926accca45c
parente44927842b545dab62dccca79a3dcd75f4205591
Bug 37505: Remove onloan check when checking out to stats patron

To test:
1.  Create a Statistical Patron
2.  Set BlockReturnOfLostItems to Block.
3..  Mark an item as lost
4. Check it out to the Statistical Patron. You should see the message "Item was lost, cannot be returned."

5. Set BlockReturnOfWithdrawnItems to Block.
6.  Mark an item as withdrawn
7. Check it out to the Statistical Patron. You should see the message "Item was withdrawn, cannot be returned."
8. Turn off BlockReturnOfWithdrawnItems, check out the same item to the Statistical Patron. You should see a message "Item was withdrawn."

9. Place an item on hold.
10. Check it out to the Statistical Patron
11. See the message "Item on hold, please checkin."

12. Make sure  ClaimReturnedLostValue is set to a lost value
13. Claim a return, making sure it is not still checked out to the patron
14. Checkit it out to the Statistical Patron.
15. See the message "Item claimed returned, please checkin."

16. Have an item on a regular patron account that has been recalled.
17. Checkit it out to the Statistical Patron.
18. See the message "Item can fill a recall, please checkin."

Signed-off-by: Kelly <kelly@bywatersolutions.com>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
circ/circulation.pl