https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41917
Bug ID: 41917
Summary: Parent itemtype fallback missing for bookable flag and
circulation rules
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Circulation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
When item types are organized in a parent-child hierarchy, child item
types do not inherit settings from their parent. This means that
every child item type needs its own bookable flag and its own set of
circulation rules, even when the parent already defines them.
The expected lookup order should be:
1. Item-level / child itemtype-specific value
2. Parent itemtype value
3. Global default
Currently step 2 is skipped entirely, so the system jumps straight
from a missing child-specific value to the global default. This
affects Item::effective_bookable, Items::filter_by_bookable, and
CirculationRules::get_effective_rule.
--
You are receiving this mail because:
You are the assignee for the bug.
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/