https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15524
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |In Discussion --- Comment #38 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
