[Koha-bugs] [Bug 21722] Update C4::Accounts::chargelostitem to use Koha::Account->add_debit

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 13 21:33:52 CET 2018


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

--- Comment #10 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Test Plan

1) Confirm t/db_dependant/Account.t and
t/db_dependant/Circulation/Chargelostitem.t test pass before applying any
patches.
2) Confirm that one test fails in t/db_dependant/Account.t after applying the
first patch which cleans up the tests and adds additional coverage (The test
that's expected to fail is one that tests the value of the 'note' field is
empty and it fails due to the difference between q{} and undef)
3) Apply the final patch and note the tests now pass.

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


More information about the Koha-bugs mailing list