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

(-)a/Koha/BackgroundJob.pm (-1 / +5 lines)
Lines 121-126 sub enqueue { Link Here
121
        }
121
        }
122
    )->store;
122
    )->store;
123
123
124
    my $notification_method = C4::Context->preference('JobsNotificationMethod') // 'STOMP';
125
126
    return $self->id
127
        unless $notification_method eq 'STOMP';
128
124
    $job_args->{job_id} = $self->id;
129
    $job_args->{job_id} = $self->id;
125
130
126
    my $conn;
131
    my $conn;
127
- 

Return to bug 35655