355 |
merge({ mergefrom => $id1, MARCfrom => $authmarc, mergeto => $id2, MARCto => $authmarc, biblionumbers => [ $biblionumber ] }); |
355 |
merge({ mergefrom => $id1, MARCfrom => $authmarc, mergeto => $id2, MARCto => $authmarc, biblionumbers => [ $biblionumber ] }); |
357 |
is( $biblio->subfield('612', '9'), $id2, 'id2 saved in $9' ); |
357 |
is( $biblio->subfield('612', '9'), $id2, 'id2 saved in $9' ); |
358 |
is( $biblio->subfield('612', 'a'), ' ', 'Kept an empty $a too' ); |
358 |
is( $biblio->subfield('612', 'a'), ' ', 'Kept an empty $a too' ); |