https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35142
--- Comment #5 from Martin Renvoize (ashimema) <[email protected]> --- 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. _______________________________________________ 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/
