[Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 28 10:52:41 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526

--- Comment #141 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 127032
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127032&action=edit
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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list