20 Feb
2019
20 Feb
'19
9:28 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22374 --- Comment #1 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 85318 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85318&action=edit Bug 22374: Silence warning in UpdateFine logaction In bug 21753 we replaced the always empty variable $type with undef and this caused noise in the Circulation.t tests. This patch replaces the undef with the string 'UPDATE' to reflact that fine updates are taking place. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.