comment unused code.
authortoins <toins>
Thu, 12 Jul 2007 15:26:45 +0000 (15:26 +0000)
committertoins <toins>
Thu, 12 Jul 2007 15:26:45 +0000 (15:26 +0000)
catalogue/MARCdetail.pl

index de2735d..c406234 100755 (executable)
@@ -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'};