[Koha-bugs] [Bug 17257] Cannot create a patron under MySQL 5.7

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 22 02:50:16 CET 2017


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

--- Comment #8 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
(In reply to Jonathan Druart from comment #6)
> As I said, I just mimic what existed before.
> The plan is to move C4::Members::AddMember to Koha::Patron, of course. But
> that patch is just supposed to be a bugfix.
I understand. In that light I think it would be better to fix it in
Koha::Patron rather than adding more code to a legacy module. Especially when
you can add it elegantly to Patron::new(), bonus moving similar lines too - a
micro-refactoring that will make moving AddMember to Patroms easier.

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


More information about the Koha-bugs mailing list