https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28700
--- Comment #8 from Jonathan Druart <[email protected]> --- (In reply to Andrew Nugged from comment #6) > will it lead sometimes to +1 SQL request which is not so fast... but this > method used intensively all around? I will do a fetch, but it's what we want. When an object is stored (added or modified) and we want to log what has been modified, I guess we want to log what has been effectively stored in the DB (like we have trigger in some ->store methods, or the default values defined at schema level). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
