X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=authorities%2Fmerge.pl;h=362838150fd69ca59717c8043bdc146d00fa5786;hb=4458ac5764126049d95e115adeacd1f335efdb8f;hp=315e2329346225199cd9a0ffde0c1f9ef85284d2;hpb=ec3986c1db39bb84017a37b68f745183a447cdd8;p=koha_fer diff --git a/authorities/merge.pl b/authorities/merge.pl index 315e232934..362838150f 100755 --- a/authorities/merge.pl +++ b/authorities/merge.pl @@ -68,6 +68,7 @@ if ($merge) { require C4::ImportBatch; C4::ImportBatch::SetImportRecordStatus( $recordid2, 'imported' ); } else { + C4::AuthoritiesMarc::merge( $recordid2, GetAuthority($recordid2), $recordid1, $record ); $error = (DelAuthority($recordid2) == 0); } push @errors, $error if ($error);