https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24469 --- Comment #17 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Yes Marcel, it's a valid question. I decided to put those 2 lines in the controller to avoid C4::ImportBatch. Having a new subroutine there to update matched_biblionumber doesn't really make sense, however adjusting SetImportBatchStatus to update it sounds better (it's basically what's done in C4::ImportBatch when SetImportRecordStatus is called). Doing that is not trivial and will certainly introduce bugs, which I'd like to avoid. A simple batch seemed better to backport. (I am just a developer, I am not dealing with production instances) -- You are receiving this mail because: You are watching all bug changes.