Lines 372-378
sub ModBiblio {
Link Here
|
372 |
_koha_marc_update_bib_ids( $record, $frameworkcode, $biblionumber, $biblioitemnumber ); |
372 |
_koha_marc_update_bib_ids( $record, $frameworkcode, $biblionumber, $biblioitemnumber ); |
373 |
|
373 |
|
374 |
# load the koha-table data object |
374 |
# load the koha-table data object |
375 |
my $oldbiblio = TransformMarcToKoha( $dbh, $record, $frameworkcode, undef, $biblionumber, $filter ); |
375 |
my $oldbiblio = TransformMarcToKoha( $record, $frameworkcode, undef, $biblionumber, $filter ); |
376 |
|
376 |
|
377 |
# update MARC subfield that stores biblioitems.cn_sort |
377 |
# update MARC subfield that stores biblioitems.cn_sort |
378 |
_koha_marc_update_biblioitem_cn_sort( $record, $oldbiblio, $frameworkcode ); |
378 |
_koha_marc_update_biblioitem_cn_sort( $record, $oldbiblio, $frameworkcode ); |
379 |
- |
|
|