| Summary: | Edifact::Line quantity should ensure its returning invoiced quantity | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Colin Campbell <colin.campbell> |
| Component: | Acquisitions | Assignee: | Colin Campbell <colin.campbell> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: | Proposed Patch | ||
|
Description
Colin Campbell
2016-09-08 13:02:06 UTC
Created attachment 55344 [details] [review] Proposed Patch Tests added to Edifact.t and EdiInvoice.t to ensure correct values returned Realised the need when only one copy of 6 got receipted at a site because invoice included multiple delivery instructions (each with a qty of 1) How should this be tested? (In reply to Owen Leonard from comment #2) > How should this be tested? The unit tests check that the two fields are now being returned separately as expected. Previously they were not distinguished. Should this be FAILED QA? |