Bug 30813: (follow-up) Correct C4::Breeding call
authorNick Clemens <nick@bywatersolutions.com>
Thu, 26 May 2022 11:54:44 +0000 (11:54 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 8 Jun 2022 14:40:31 +0000 (11:40 -0300)
commit7f10ee6df0c1f0dbe99900da4e0d9ed29d29a42f
treeb4e1f04392437dc87298d70b23cb5ac0db140a6c
parentef845aa682f69a4fce3e1ad099a2cd60a4299cf8
Bug 30813: (follow-up) Correct C4::Breeding call

This patch changes the call to use the fully qualified name and
adds import to C4::Breeding, Koha::MetaSearcher, and removes import
from Koha::MetadataRecord

Additionally it replaces missing fields from the update to using TransformMarcToKoha

Lastly, it reduces the fields used when saving the bredding record to the reservoir

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/Breeding.pm
C4/ImportBatch.pm
Koha/MetaSearcher.pm
Koha/MetadataRecord.pm