[% PROCESS 'merge-record.inc' %] [% INCLUDE 'doc-head-open.inc' %]
The merge was successful. Click here to see the merged record.
Biblionumber | [% FOREACH key IN report_header.keys.sort %] [% tag = key.substr(0, 3) %] [% code = key.substr(3, 1) %] [% IF code == '@' %] [% header = tag %] [% ELSE %] [% header = tag _ '$' _ code %] [% END %][% header %] | [% END %]
---|---|
[% record.biblionumber %] [% IF loop.first %] (record kept) [% END %] | [% FOREACH key IN report_header.keys.sort %]
[% values = record.fields.$key %]
[% IF values %]
[% FOREACH value IN record.fields.$key %]
[% value %]
[% UNLESS loop.last %] [% END %] [% END %] [% END %] |
[% END %]
Please choose which record will be the reference for the merge. The record chosen as reference will be kept, and the other will be deleted.
[% ELSE %] [% IF ( errors.size ) %][% error %]
[% END %]