11 Nov
2019
11 Nov
'19
12:15 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23822 --- Comment #2 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Jonathan Druart from comment #1)
This statement: my $charges = $patron->account->non_issues_charges; will return -15 on master and 0 on 19.05.X
Tomas, Martin, what is the expected behavior?
Well.. non_issuing_charges should only return debts, so I'd say master has developed a bug. (The query should include a `AND debit_type_code IS NOT NULL` I believe.) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.