https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22439
--- Comment #17 from Martin Renvoize (ashimema) <[email protected]> --- (In reply to Arthur Suzuki from comment #13) > Also, > Just found out that using the "manage bundle" button from the holdings table > to add items to the bundle doesn't properly creates the subfields. > This is because it uses the API and the marc field logic is not properly > implemented there. > > See Koha/REST/V1/Items.pm L324 -> generate_marc_host_field should be called > before calling link_marc_host. Really.. that's by design.. though it should be gated on EasyAnalytics. The idea in the past has been that UseControlNumber and EasyAnalytics were mutually exclusive.. but in practice people set them how they like and we end up with various mis-information and then devs change things to match. Anywho.. UseControlNumber sticks to MARC21 standards.. EasyAnalytics adds non standard fields. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
