https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40445 --- Comment #128 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 193141 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193141&action=edit Bug 40445: (follow-up) Set amountoutstanding for CASHUP_SURPLUS and CASHUP_DEFICIT accountlines CASHUP_SURPLUS and CASHUP_DEFICIT accountlines represent immediate reconciliation adjustments that should be considered settled at the time of creation. These records should have amountoutstanding set to 0 to indicate they are fully reconciled. This patch adds amountoutstanding => 0 when creating both types of reconciliation accountlines and updates the tests to verify this behavior. Test plan: 1. prove t/db_dependent/Koha/Cash/Register.t 2. Verify all tests pass, specifically the new tests for amountoutstanding Signed-off-by: Jackie Usher <jackie.usher@westsussex.gov.uk> -- You are receiving this mail because: You are watching all bug changes.