Bug 32151: Resolve uninitialized warn in numeric ne in C4::Ris
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 9 Nov 2022 15:12:31 +0000 (15:12 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 11 Nov 2022 17:27:59 +0000 (14:27 -0300)
commitcc1502033c20487cc6de0c7d81d31abd23200aa8
treea701058d2215fc6efc13ab2dfab6fa6e8df20063
parent90fd906e87f699132cef37b9658f0b4eca55d9ac
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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Ris.pm