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

--- Comment #2 from Martin Renvoize <martin.renvo...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to