From 327ae4ff844c45c349cffcb2ca6ed892432950e5 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Fri, 23 Nov 2007 19:26:05 +0100 Subject: [PATCH] include 700 (author) in authority author list Signed-off-by: Joshua Ferraro --- C4/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 9658db8a21..816925b672 100755 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -1875,7 +1875,7 @@ sub GetMarcAuthors { $maxtag = "720"; } elsif ( $marcflavour eq "UNIMARC" ) { # assume unimarc if not marc21 - $mintag = "701"; + $mintag = "700"; $maxtag = "712"; } else { -- 2.20.1