https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30860
--- Comment #29 from Jonathan Druart <[email protected]> --- Created attachment 148562 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148562&action=edit Bug 30860: [alternative patch] Cache CanItemBeReserved return value Instead of hacking CanBookBeReserved this patch suggests to simply cache the return value of CanItemBeReserved that could be then returned *on demand* We don't want to introduce side-effects hard to catch from this simple change, so let's return the cache value only from the 2 scripts we are dealing with. -- 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/
