https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40387 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #184380|0 |1 is obsolete| | --- Comment #6 from David Nind <david@davidnind.com> --- Created attachment 184415 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184415&action=edit Bug 40387: Add test for undefined tax rate handling in EDI processing This adds a test to verify that EDI invoice processing correctly handles invoices without TAX segments (undefined tax rates). The test covers: 1. Processing invoices without TAX segments 2. Verifying no warnings about uninitialized values in multiplication 3. Confirming tax rates are set to 0 when no tax information is present 4. Ensuring invoice processing completes successfully Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.