[Koha-bugs] [Bug 15524] Set limit on maximum possible holds per patron by category

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 5 20:45:47 CEST 2018


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |In Discussion

--- Comment #38 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Kyle,

Go to "Default checkout, hold and return policy", you do not see "Total holds
allowed", fill the other fields, save: default_circ_rules.holdallowed is
filled.
We could add it to the interface and make it configurable, do not you think?

Also if we add "max_holds", maybe we should rename "holdallowed" then.

After that is done, the code in CanItemBeReserved could be replaced with a call
to GetBranchBorrowerCircRule.

Without these changes we add more confusion to the code in my opinion.

I will not have the time to provide such change before the release.

Setting to in discussion to get other QAer opinions on these patches.

Feel free to provide a patch if you think my requests make sense to you.

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


More information about the Koha-bugs mailing list