View | Details | Raw Unified | Return to bug 11652
Collapse All | Expand All

(-)a/authorities/merge.pl (-1 / +1 lines)
Lines 68-73 if ($merge) { Link Here
68
            require C4::ImportBatch;
68
            require C4::ImportBatch;
69
            C4::ImportBatch::SetImportRecordStatus( $recordid2, 'imported' );
69
            C4::ImportBatch::SetImportRecordStatus( $recordid2, 'imported' );
70
        } else {
70
        } else {
71
            C4::AuthoritiesMarc::merge( $recordid2, GetAuthority($recordid2), $recordid1, $record );
71
            $error = (DelAuthority($recordid2) == 0);
72
            $error = (DelAuthority($recordid2) == 0);
72
        }
73
        }
73
        push @errors, $error if ($error);
74
        push @errors, $error if ($error);
74
- 

Return to bug 11652