https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16018
Julian Maurice <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |remi.mayrand-provencher@inL | |ibro.com --- Comment #20 from Julian Maurice <[email protected]> --- I don't understand what these patches are trying to fix. I followed the test plan on master and it works. Looking at the code, the first patch adds a call to merge, but there is already the same call a few lines below. So merge is called twice with the same arguments if syspref 'dontmerge' is false. About that syspref, I believe it shouldn't be used here. An authority will be deleted so we must update the biblios regardless of the syspref value. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
