[Koha-bugs] [Bug 30181] Koha::BackgroundJob->_derived_class returns an empty object

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 28 18:14:12 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30181

--- Comment #5 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
158     return $derived_class->process({job_id => $self->id, %$args});

213     return $derived_class->additional_report({job_id => $self->id});

We do no longer need to pass job_id

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list