[Koha-bugs] [Bug 24026] Wrong parameters in Koha/Templates/Plugin/CirculationRules.pm and smart-rules.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 13 12:59:53 CET 2019


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

--- Comment #8 from Nick Clemens <nick at bywatersolutions.com> ---
To test:
Add a standard rule for all libraries with maxisseqty and maxonsiteissueqty set
to some value, say 5

Add several itemtype or categorycode specific rules, leaving max
checkouts/onsite as blank to get unlimited

Set an itemtype or cateogory specific rule for a branch as well.

Remove the specific rules from the DB:
delete from circulation_rules WHERE itemtype IS NOT NULL OR categorycode IS NOT
NULL;

Note that all rules for all libraries use the 'All/All' checkout limit
Note that the specific library does as well

Apply patch

unset rules appear  as unlimited now

Note:thigns still won't work in this state, as we are introducing bad data, but
it helps highlight the issue

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


More information about the Koha-bugs mailing list