https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34632 --- Comment #15 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 200663 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200663&action=edit Bug 34632: Use PatronImport background job in import_borrowers import_borrowers.pl now reads the uploaded file into memory and calls Koha::BackgroundJob::PatronImport->enqueue() instead of running the import synchronously. On success the template shows a confirmation with a link to the background job viewer; on failure it shows an error alert. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> -- You are receiving this mail because: You are watching all bug changes.