https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14759
--- Comment #46 from Jonathan Druart <[email protected]> --- (In reply to Marcel de Rooy from comment #43) > (In reply to Jonathan Druart from comment #42) > > Martin, I think you forgot to add the new dependency. > > C4/Charset.pm:use Unicode::Normalize; > C4/Installer/PerlDependencies.pm: 'Unicode::Normalize' => { > C4/Record.pm:use Unicode::Normalize; # _entity_encode > Koha/Patron.pm:use Unicode::Normalize; > misc/migration_tools/bulkmarcimport.pl:use Unicode::Normalize; > > What did you mean? Indeed, I missed that it was already in our dependency list. -- 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/
