https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26744 David Gustafsson <glasklas@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #37 from David Gustafsson <glasklas@gmail.com> --- (In reply to Lucas Gass (lukeg) from comment #34)
The only problem I now see here is that changes are not logged when I update attributes with the Batch patron modification tool.
Ok! This has now been fixed so that modborrowers.pl use the extended_attributes method instead and changes are logged. There is also a case in Koha::Patron->merge_with where patron attributes are modified by the add_extended_attribute method. The way it's used is not possible to replace it with the extended_attributes method, but I added logging also for add_extended_attribute, which is better really as it possibly cover other cases. -- You are receiving this mail because: You are watching all bug changes.