https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28011

--- Comment #3 from David Cook <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to