https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40136 --- Comment #26 from Lisette Scheer <lisette@bywatersolutions.com> --- Created attachment 195224 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195224&action=edit Bug 40136: (follow-up) Log newly-filled fields when editing a patron Previously, _unblessed_for_log strips undef/empty fields, so fields that were blank before an edit were absent from $from_storage. Because @keys was built only from keys %{$from_storage}, any field that transitioned from empty to a value was never iterated and the change went unlogged. Fix by unioning keys from both old and new state so that added, changed, and cleared fields are all detected. Signed-off-by: Lisette Scheer <lisette@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.