https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35142

--- Comment #8 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 200674
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200674&action=edit
Bug 35142: (follow-up) Remove unused GetNormalizedUPC import

Koha::Biblio::normalized_upc delegates to the metadata extractor, so
GetNormalizedUPC is no longer called anywhere in Koha/Biblio.pm. Drop it
from the C4::Koha import list. GetNormalizedISBN is still used by
normalized_isbn and is retained.

Test plan:
1. perl -c Koha/Biblio.pm
=> syntax OK
2. git grep GetNormalizedUPC Koha/Biblio.pm
=> no matches

Signed-off-by: Martin Renvoize <[email protected]>

-- 
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/

Reply via email to