18 Jun
2026
18 Jun
'26
5:04 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35142 --- Comment #5 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Koha/Biblio.pm:28 still imports GetNormalizedUPC, which is no longer used (normalized_upc delegates to the extractor). It's pre-existing, but since the patch already edits this exact use C4::Koha line, dropping GetNormalizedUPC here too is a free cleanup. (GetNormalizedISBN is still used at line 1656 — keep it.) -- You are receiving this mail because: You are watching all bug changes.