]> git.koha-community.org Git - koha.git/commit
Bug 30848: Fix issue exposed by unit tests
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 13 Jun 2022 13:26:33 +0000 (14:26 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 29 Jul 2022 17:15:58 +0000 (17:15 +0000)
commit965e9856196a30520ffaea7cc99f7724f7b123d3
tree450fdac88df2b7fd86317d49179686eab085082e
parent66999034d4ce274dec14340c1494dc280292984a
Bug 30848: Fix issue exposed by unit tests

This patch changes the 'map' to a simple for loop so that we can easily
map multiple subfields to a field without overwriting the first previous
subfields in the structure.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 6c381c4b22d30388f8e24966a6c6e7c78201dba3)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Filter/MARC/ExpandCodedFields.pm