https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32151 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #143519|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 143790 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143790&action=edit Bug 32151: Resolve uninitialized warn in numeric ne in C4::Ris We should not write: if ($kwfield != undef) { Test plan: Pick record with UTF8 chars. Download via cart or shelf in RIS format. Check your logs. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.