https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40932 --- Comment #10 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 200824 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200824&action=edit Bug 40932: Add tests for automatic invoice closing Add unit tests covering the check_and_close() method and _record_physical_receipt integration via AddReturn, including the AutoCloseInvoicesOnCheckin preference. Also fix _record_physical_receipt to use get_column('invoiceid') instead of ->invoiceid on a raw DBIC Aqorder result, where the relationship accessor of the same name shadows the column accessor. Sponsored-by: Westminster City Council <https://www.westminster.gov.uk/> Sponsored-by: Royal Borough of Kensington and Chelsea <https://www.rbkc.gov.uk/> Sponsored-by: OpenFifth <https://openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.