View | Details | Raw Unified | Return to bug 15869
Collapse All | Expand All

(-)a/tools/manage-marc-import.pl (-1 / +1 lines)
Lines 90-95 if ($op eq "") { Link Here
90
} elsif ($op eq "commit-batch") {
90
} elsif ($op eq "commit-batch") {
91
    my $frameworkcode = $input->param('framework');
91
    my $frameworkcode = $input->param('framework');
92
    my $overlay_framework = $input->param('overlay_framework');
92
    my $overlay_framework = $input->param('overlay_framework');
93
    $overlay_framework = undef if $overlay_framework = '_USE_ORIG';
93
    try {
94
    try {
94
        my $job_id = Koha::BackgroundJob::MARCImportCommitBatch->new->enqueue(
95
        my $job_id = Koha::BackgroundJob::MARCImportCommitBatch->new->enqueue(
95
            {
96
            {
96
- 

Return to bug 15869