https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22750
--- Comment #12 from Martin Renvoize <[email protected]> --- Created attachment 111277 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=111277&action=edit Bug 22750: (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 <[email protected]> Signed-off-by: Kyle M Hall <[email protected]> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] 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/
