https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11700
--- Comment #66 from Jonathan Druart <[email protected]> --- All the indentation changes make this patchset really hard to read, but basically it seems that there are only 2 changes: 1/ Add + $MARCfrom ||= GetAuthority($mergefrom); + $MARCto ||= GetAuthority($mergeto); in C4::AuthoritiesMarc::merge In which cases that could be useful? 2/ Move DelAuthority to C4::AuthoritiesMarc::merge Sounds ok, but should not change anything in the behavior. So, why all these changes just for that? -- 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/
