[Koha-bugs] [Bug 11700] C4::AuthoritiesMarc::merge enhancements/fixes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 25 10:16:16 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11700

--- Comment #66 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
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.


More information about the Koha-bugs mailing list