[Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 6 18:37:46 CET 2017


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

--- Comment #185 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Jonathan Druart from comment #182)
> 1/ Error handling on borrowernumber when creating or updating a request
> (backend issue?)

This is definitely a backend issue. The Dummy backend does no check, it just
passes the borrowernumber from the UI to the Koha::Illrequest->store method
with no error catching. The FreeForm plugin does some checks before the
->store, though. Out of the scope of the bug anyway.

> 6/ Should not we use message_queue instead of sendmail directly?

There's a bug filed for this: bug 18588.

> 7/ Maybe we should add a warning to the about page if the partner_code
> defined in the config does not match a category_code (?)

Done in one of the recent followups.

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


More information about the Koha-bugs mailing list