14 Jun
2018
14 Jun
'18
11:30 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #124 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Petter Goksøyr Åsen from comment #122)
Thanks a lot to the QA team!
I found an issue now: we forgot to update CanBookBeIssued to check if item is deleted. So ATM it is possible to check out a deleted book (but it cannot be checked in again). We could either return UNKNOWN_BARCODE from CanBookBeIssued, or add a separate error code DELETED?. Opened a new bug for this, see bug #20940
By that logic, we should also add handling to CanBookBeRenewed ;) -- You are receiving this mail because: You are watching all bug changes.