https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40135 --- Comment #19 from Lisette Scheer <lisette@bywatersolutions.com> --- Created attachment 195198 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195198&action=edit Bug 40135: (follow-up) Strip undef and empty fields from biblio log data Add _unblessed_for_log to Koha::Biblio, mirroring the same method in Koha::Patron (bug 40136). It excludes undef/empty-string columns and the auto-updated timestamp field so that biblio diffs only contain meaningful values. Update AddBiblio, ModBiblio and DelBiblio in C4/Biblio.pm to use _unblessed_for_log instead of raw unblessed when building the hashrefs passed to logaction, eliminating noise from null columns in ADD/MODIFY/DELETE diffs. Signed-off-by: Lisette Scheer <lisette@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.