https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317
--- Comment #185 from Tomás Cohen Arazi <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
