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