Lines 245-251
sub process {
Link Here
|
245 |
: _get_marc21_mapping($biblio); |
245 |
: _get_marc21_mapping($biblio); |
246 |
|
246 |
|
247 |
$eholding_title = Koha::ERM::EHoldings::Title->new($eholding_title)->store; |
247 |
$eholding_title = Koha::ERM::EHoldings::Title->new($eholding_title)->store; |
248 |
Koha::ERM::EHoldings::Resource->new({ title_id => $eholding_title->title_id, package_id => $package_id })->store; |
248 |
Koha::ERM::EHoldings::Resource->new( { title_id => $eholding_title->title_id, package_id => $package_id } ) |
|
|
249 |
->store( { imported_from_list => 1 } ); |
249 |
$report->{total_success}++; |
250 |
$report->{total_success}++; |
250 |
} catch { |
251 |
} catch { |
251 |
push @messages, { |
252 |
push @messages, { |