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

--- Comment #1 from Mark Hofstetter <k...@trust-box.at> ---
I'd suggest the following url

PUT: /biblios/{biblio_id}/merge/{biblio_id_to_merge}

where biblio_id is the biblio_id of the record to be kept

additionally we need a list (json, csv ..) of the records that should be taken
from the biblio_id_to_merge record

output should be a list from the "report_records" from the
preference('MergeReportFields')

ideally the whole logic of "merge" from 
/cataloguing/merge.pl

starting with
86     # Rewriting the leader

should go into the storage class
package Koha::Biblio;

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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