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

(-)a/Koha/Import/Record.pm (-3 / +3 lines)
Lines 112-120 sub get_import_record_matches { Link Here
112
112
113
=head3 replace
113
=head3 replace
114
114
115
Import the record to replace an existing record which is passed to this sub
115
Replace an existing record ($auth or $biblio) with the import record.
116
116
117
    $import_record->replace({ biblio => $biblio_object });
117
    $import_record->replace({ biblio => $biblio | authority => $auth });
118
    # where $biblio and $auth are Koha objects
118
119
119
=cut
120
=cut
120
121
121
- 

Return to bug 32437