[Koha-bugs] [Bug 24474] Lost items that are checked out are always returned, even when attempting to renew them

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 31 11:30:50 CEST 2020


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #100233|0                           |1
        is obsolete|                            |

--- Comment #62 from David Nind <david at davidnind.com> ---
Created attachment 102109
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102109&action=edit
Bug 24474: (follow-up) Add LOST_FOUND logic to Koha::Account::pay

This patch adds the same updated logic as found in
Koha::Account::Line->apply to handle LOST_FOUND credits being applied
against their associated LOST debit.

Currently a 'LOST_FOUND' credit is never created via the pay method and
so the additional test will always pass, but the addition here accounts
for possible future uses.

Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list