https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40932
--- Comment #5 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 194388 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194388&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. _______________________________________________ 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/
