comment unused code.
This commit is contained in:
parent
5cce74881a
commit
6c687df577
1 changed files with 4 additions and 4 deletions
|
@ -60,17 +60,17 @@ sub get_authorised_value_desc ($$$$$$) {
|
|||
my ( $tagslib, $tag, $subfield, $value, $framework, $dbh ) = @_;
|
||||
|
||||
#---- branch
|
||||
if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "branches" ) {
|
||||
#if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "branches" ) {
|
||||
|
||||
# return GetBranchDetail($value)->{branchname};
|
||||
}
|
||||
#}
|
||||
|
||||
#---- itemtypes
|
||||
if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "itemtypes" ) {
|
||||
#if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "itemtypes" ) {
|
||||
|
||||
# my $itemtypedef = getitemtypeinfo($itemtype);
|
||||
# return $itemtypedef->{description};
|
||||
}
|
||||
#}
|
||||
|
||||
#---- "true" authorized value
|
||||
my $category = $tagslib->{$tag}->{$subfield}->{'authorised_value'};
|
||||
|
|
Loading…
Reference in a new issue