https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41728 --- Comment #125 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 204901 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204901&action=edit Bug 41728: Add AddReturn marks ISO18626 request as LoanCompleted Regression test from the RM's QA review (attachment 204865, comment 104/105 on the bug): drives a real ISO18626 request through AddReturn and confirms it gets marked LoanCompleted and receives a supplyingAgencyMessage, rather than only checking that the $messages hashref no longer contains a stray NotIssued key. This closes the gap the "Remove leftover duplicate data-consistency block" follow-up left - that fix restored the $iso18626_request assignment, but nothing previously exercised the ISO18626 progress-reporting path end to end. Signed-off-by: Pedro Amorim <pedro.amorim@openfifth.co.uk> Test plan: 1. prove t/db_dependent/Circulation.t => SUCCESS: 89 tests pass. Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.