https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27344
--- Comment #3 from Nick Clemens <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
