[Koha-bugs] [Bug 23323] Koha::RefundLostItemFeeRules->find() should require `branchcode`, `categorycode` and `itemtype`

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 6 15:22:02 CEST 2019


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I think this is done on bug 18936:

Koha/CirculationRules.pm

 54 our $RULE_KINDS = {
 55     refund => {
 56         scope => [ 'branchcode' ],
 57         default_value => 1,
 58     },

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


More information about the Koha-bugs mailing list