[Koha-bugs] [Bug 23822] No warning is produced when trying to delete a patron with credit (patron is not deleted)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 11 12:15:35 CET 2019


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

--- Comment #2 from Martin Renvoize <martin.renvoize at 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.


More information about the Koha-bugs mailing list