Bug 30813: Adjust TransformMarcToKoha to take kohafields parameter
authorNick Clemens <nick@bywatersolutions.com>
Thu, 19 May 2022 20:10:35 +0000 (20:10 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 8 Jun 2022 14:40:30 +0000 (11:40 -0300)
commit29b62b63a37bdab8f66010bebbc4e44e8d8012e7
tree6d504baef73dcee3867215ab453de0acc6272960
parentee669178f698ad35ce6a38ae487ca0ebd06b6911
Bug 30813: Adjust TransformMarcToKoha to take kohafields parameter

This adjusts the routine to accept an arrayref of koha fields to process

To test:
prove -v t/db_dependent/Biblio/TransformMarcToKoha.t t/Biblio.t

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Biblio.pm