Bug 5907 : MT 2538 : Using default authtypecode for authority display
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
bf2fb98ea0
commit
2498992447
1 changed files with 2 additions and 1 deletions
|
@ -174,7 +174,8 @@ my $authid = $query->param('authid');
|
|||
|
||||
|
||||
|
||||
my $authtypecode = &GetAuthTypeCode($authid);
|
||||
# Using default authtypecode, so all fields are seen
|
||||
my $authtypecode = '';
|
||||
$tagslib = &GetTagsLabels(1,$authtypecode);
|
||||
|
||||
my $record;
|
||||
|
|
Loading…
Reference in a new issue