https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35203 --- Comment #8 from Mathieu Saby <mathsabypro@gmail.com> --- Two questions: It seems to me that the 214 field in UNIMARC (https://www.transition-bibliographique.fr/wp-content/uploads/2025/05/B214_fr... ) functions similarly to the 264 field in MARC21 (https://www.oclc.org/bibformats/en/2xx/264.html). Is the 264 field already taken into account when generating coins in Koha ? If so, it would be worth verifying that the logic is similar. There can be multiple 214 fields (like the 264 field in MARC21)— one for the publisher, one for the distributor, one for the printer, and so on. The second indicator provides this distinction. As a result, there may be multiple $d values. Wouldn’t it make sense to establish a priority order for which 214 to use when generating the corners, based on this indicator? -- You are receiving this mail because: You are watching all bug changes.