Lines 93-98
if ($fileID) {
Link Here
|
93 |
overlay_action => $overlay_action, |
93 |
overlay_action => $overlay_action, |
94 |
nomatch_action => $nomatch_action, |
94 |
nomatch_action => $nomatch_action, |
95 |
item_action => $item_action, |
95 |
item_action => $item_action, |
|
|
96 |
basket_id => $basketno, |
97 |
vendor_id => $booksellerid, |
96 |
}; |
98 |
}; |
97 |
try { |
99 |
try { |
98 |
my $job_id = Koha::BackgroundJob::StageMARCForImport->new->enqueue( $params ); |
100 |
my $job_id = Koha::BackgroundJob::StageMARCForImport->new->enqueue( $params ); |
99 |
- |
|
|