Bug 6720: show authority type in auth details
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Authority type on detail page in staff now shows correctly. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
f2ca89b30e
commit
f809e47fd1
1 changed files with 1 additions and 2 deletions
|
@ -172,8 +172,7 @@ my ($template, $loggedinuser, $cookie)
|
|||
|
||||
my $authid = $query->param('authid');
|
||||
|
||||
# Using default authtypecode, so all fields are seen
|
||||
my $authtypecode = '';
|
||||
my $authtypecode = GetAuthTypeCode($authid);
|
||||
$tagslib = &GetTagsLabels(1,$authtypecode);
|
||||
|
||||
# Build list of authtypes for showing them
|
||||
|
|
Loading…
Reference in a new issue