https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42566 --- Comment #1 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 198875 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198875&action=edit Bug 42566: Remove C4::Koha::GetNormalizedUPC in favor of MetadataExtractor GetNormalizedUPC duplicated logic already available via the MetadataExtractor (Bug 34828) and exposed as $biblio->normalized_upc. All callers migrated: - Scripts with $biblio available: use $biblio->normalized_upc - C4::Search (only MARC::Record): reuses the extractor instance already created for OCLC Assisted-by: Sonnet 4.6 (Anthropic) Test plan: 1. Apply patch 2. Run: $ ktd --shell k$ prove t/db_dependent/Koha.t \ t/db_dependent/Koha/Biblio.t => SUCCESS: Tests pass 3. Verify UPC numbers still display in OPAC and staff detail pages (Syndetics cover images) 4. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.