[Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #185 from Tomás Cohen Arazi <tomascohen@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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org