22 Jul
2021
22 Jul
'21
12:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690 --- Comment #169 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- RM comments addressed in followups. I also took the opportunity to add the Koha::TrackedLink(s) classes and use those Koha::Object(s) based accessors to clarify some of the code found within move_to_biblio. With this change, the odd call to update_all has been replaced with our Koha::Objects based automatic trigger handling update call (without passing no_triggers yet). The other DBIC resultset acting call is against a single row so update is correct.. I believe. -- You are receiving this mail because: You are watching all bug changes.