[Koha-bugs] [Bug 34281] Transfer limits have no impact on CanBookBeRenewed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 14 17:06:17 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34281

--- Comment #2 from Peter Vashchuk <stalkernoid at gmail.com> ---
Created attachment 153492
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=153492&action=edit
Bug 34281: Add logic to CanBookBeRenewed function to check if item can be
transferred

To reproduce:
1. Find or create a biblio that has two items of the same itemtype, one on
branch A and another one on branch B
2. Checkout the item on branch A
3. Make a hold on that same branch
4. Checkout the item on branch B
5. Go to the sysprefs and enable UseBranchTransferLimits, after which go to the
checkin and transfer policy page and disallow the transfer
6. Try to renew the item on branch B, the koha won't let you renew it
7. Apply the patch
8. Repeat step 6 but this time you should be able to renew an item

Also run the tests prior to applying the patch and then after.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list