https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41728
--- Comment #125 from Martin Renvoize (ashimema) <[email protected]> --- 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 <[email protected]> Test plan: 1. prove t/db_dependent/Circulation.t => SUCCESS: 89 tests pass. Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
