17 Oct
2018
17 Oct
'18
6:33 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20028 --- Comment #11 from Josef Moravec <josef.moravec@gmail.com> --- (In reply to Jonathan Druart from comment #10)
IMO it's not conceivable to push this code as it. We cannot have such code in .pl, without tests, etc.
Why not just a $patron->unblessed then use columns.def instead of listing of the patron's attributes?
Hm, i am just thinking about using $RESULTSET_PATRON_ID_MAPPING from Koha::Patron and define the method Koha::Patron->takeout - does it make sense?
Also found a typo: + 'dateoffbirth' => $patron->dateofbirth,
-- You are receiving this mail because: You are watching all bug changes.