https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40135

--- Comment #13 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 195183
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195183&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.

-- 
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/

Reply via email to