@@ -, +, @@ --- C4/AuthoritiesMarc.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/C4/AuthoritiesMarc.pm +++ a/C4/AuthoritiesMarc.pm @@ -1158,7 +1158,7 @@ Example of text: sub BuildAuthHierarchies{ my $authid = shift @_; # warn "authid : $authid"; - my $force = shift @_; + my $force = shift @_ || (C4::Context->preference('marcflavour') eq 'UNIMARC' ? 0 : 1); my @globalresult; my $dbh=C4::Context->dbh; my $hierarchies; --