6 May
2021
6 May
'21
1:10 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28011 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- Actually, I'd say it's probably better to just be inefficient than have a custom implementation. The simplest version is just to compile a list of unique authority IDs and then run the following: my $record = GetAuthority($authid); merge({ mergefrom => $authid, MARCfrom => $record, mergeto => $authid, MARCto => $record }); It will be inefficient but it will be a CLI script which can just run as long as it needs to. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.