]> git.koha-community.org Git - koha.git/commit
Bug 27526: Fix SubfieldsToUseWhenPrefill
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 28 Oct 2021 08:43:05 +0000 (10:43 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 28 Oct 2021 08:48:05 +0000 (10:48 +0200)
commitfd29c73a387c3c167177b7c76693397d97392fe5
treec76f4d6a6e7e62406688a5d869b4c2c409d48a28
parent103bbf2c9a1841a3c2ed0a7e066b7e2a20ce018c
Bug 27526: Fix SubfieldsToUseWhenPrefill

my $a = "z";
my @x = split ( ' ', $a ) || ("");

@x will be [1]

Which is not at all what we are expecting here!
Be more verbose and don't introduce bug.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
cataloguing/additem.pl