https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24469
--- Comment #17 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
