https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34281
--- Comment #2 from Peter Vashchuk <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
