[Koha-bugs] [Bug 28734] Koha::Biblio->get_marc_notes should parse authorised values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 4 11:51:39 CEST 2021


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

--- Comment #19 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 125687
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125687&action=edit
Bug 28734: Remove unadvertised changes

1. Using $frameworkcode instead of the default '' is an unadvertised change.
It would make sense to use $frameworkcode, but actually we must remove this
parameter and always use the default, as we decided to make the default
authoritative.
I would prefer to not introduce this change, just in case..

2. Remove uneeded C4::Koha:: prefix

3. Restore good import (use plurals)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list