14 Jan
2021
14 Jan
'21
3:36 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27344 --- Comment #3 from Nick Clemens <nick@bywatersolutions.com> --- In brief testing this works, in addition to noted issues: package Koha::BackgroundJob; sub enqueue { ... my $borrowernumber = C4::Context->userenv->{number}; # FIXME Handle non GUI calls if I run a batch modification the indexing fails when called from the background job -- You are receiving this mail because: You are watching all bug changes.