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

Fridolin SOMERS <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #101355|0                           |1
        is obsolete|                            |

--- Comment #23 from Fridolin SOMERS <[email protected]> ---
Created attachment 101607
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101607&action=edit
Bug 24185: Make holds page faster - improved "if"

`$can_item_be_reserved eq 'OK'` moved in `&&` before
`IsAvailableForItemLevelRequest`
to cut away with static known values before calling to more resource consuming
subroutine.

Signed-off-by: Fridolin Somers <[email protected]>

-- 
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/

Reply via email to