@@ -, +, @@ --- C4/Biblio.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/Biblio.pm +++ a/C4/Biblio.pm @@ -108,6 +108,7 @@ use Koha::Holds; use Koha::ItemTypes; use Koha::SearchEngine; use Koha::Libraries; +use Koha::MarcMergeRules; use vars qw($debug $cgi_debug); --