Bug 25313: Add skip_merge to ModAuthority
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 29 Apr 2020 14:19:00 +0000 (16:19 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 18 Nov 2020 11:03:03 +0000 (12:03 +0100)
commit517dcabdf73acfaf01cde461beb8bac84f86c82e
tree6e67014fbe30e9bb8409b72be99750fed918978d
parent7abee7fd6913c178baffafe2ea8cfc33f38c87f6
Bug 25313: Add skip_merge to ModAuthority

Sometimes you know that the merge is useless, since the reporting
tag did not change.
Might be handy in batch processing of authority records.

Test plan:
Pick an authority with a few linked biblio recs (so that it will
immediately merge; lower than MergeLimit).
Open authority record and save it.
Verify that a linked biblio record was merged. Check time in 005.
You proved that this patch does not break the regular process.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/AuthoritiesMarc.pm