Merging records
[% IF ( result ) %] [% IF ( errors.size ) %] [% FOREACH error IN errors %]
[% IF error.code == 'CANNOT_MOVE' %]
The following items could not be moved from the old record to the new one: [% error.value | html %]
[% ELSE %]
[% error | html %]
[% END %]
Therefore, the record to be merged has not been deleted.
[% END %]
[% ELSE %]
Therefore, the record to be merged has not been deleted.
The merge was successful. View the merged record.
Report
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 | html %] | [% END %]
---|---|
[% record.biblionumber | html %] [% 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 | html %]
[% 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 ) %]
[% FOREACH error IN errors %]
[% ELSE %]
[% END %]
[% END %]
[% END %]
[% error | html %]
[% END %]