https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25115
Bug ID: 25115
Summary: Use get_effective_rule for getting rental discount
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Fines and fees
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
We have this logic for searching rentaldiscount rule
https://github.com/Koha-Community/Koha/blob/6ac037f817def256c85706413036bee3f78ed40e/C4/Circulation.pm#L3304-L3326
Why? This is against documentation on sorting order of circulation rules in the
user interface.
Use Koha::CirculationRules->get_effective_rule() instead.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/