[Koha-bugs] [Bug 20837] CanItemBeReserved should follow ReservesControlBranch and not CircControl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 31 20:55:04 CEST 2018


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

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
It makes sense to me yes. Note that there is another occurrence of
C4::Circulation::_GetCircControlBranch in IsAvailableForItemLevelRequest

We should also rename the variable name ($circ_control_branch)

For discussion, from hea:
ReservesControlBranch
  ItemHomeLibrary - 115
  PatronLibrary   - 944 (default)
CircControl
  ItemHomeLibrary - 962 (default)
  PatronLibrary   - 34
  PickupLibrary   - 65

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


More information about the Koha-bugs mailing list