4 Oct
2021
4 Oct
'21
10:51 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28734 --- Comment #19 from Jonathan Druart <jonathan.druart+koha@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.