[Koha-bugs] [Bug 20446] QUOTES processing broken by run time error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 20 19:15:50 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20446

--- Comment #12 from M. Tompsett <mtompset at hotmail.com> ---
My mistake. Colin is correct. misc/cronjobs/edi_cron.pl calls process_quote()
in Koha::EDI, which calls quote_item in Koha::EDI. As far as I can tell there
is no other way to trigger quote_item. And so, I believe the original patch was
more correct, in that it is simpler. So apologies for any frustrations.

*IF* in the future, someone wanted to manually integrate EDI quote processing
-- it would be useful to see debugging feedback step by step -- Kyle's patch
makes sense.

However, I still believe there should be test coverage. There is no test
coverage of Koha::EDI. This needs to be solved. It is a serious hole. Test
coverage for quote_item and/or process_quote would be good, leaving Failed QA.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list