[Koha-bugs] [Bug 23293] OPACFineNoRenewals compares against 'balance' not 'outstanding'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 19 21:01:58 CEST 2019


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

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomascohen at gmail.com

--- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Martin, what do you think of adding something to Koha::Account for this?
In the lines of

$patron->account->outstanding_amount({ for => 'renewals' });

that encapsulates each required case and uses the sysprefs?

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


More information about the Koha-bugs mailing list