[Koha-cvs] CVS: koha MARCdetail.pl,1.25.2.2,1.25.2.3

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 17 13:58:34 CET 2005


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3259

Modified Files:
      Tag: rel_2_2
	MARCdetail.pl 
Log Message:


Index: MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/MARCdetail.pl,v
retrieving revision 1.25.2.2
retrieving revision 1.25.2.3
diff -C2 -r1.25.2.2 -r1.25.2.3
*** MARCdetail.pl	3 Feb 2005 15:25:29 -0000	1.25.2.2
--- MARCdetail.pl	17 Feb 2005 12:58:32 -0000	1.25.2.3
***************
*** 159,162 ****
--- 159,163 ----
  	for my $i (0..$#subf) {
  		next if ($tagslib->{$field->tag()}->{$subf[$i][0]}->{tab}  ne 10);
+ 		next if ($tagslib->{$field->tag()}->{$subf[$i][0]}->{hidden});
  		$witness{$subf[$i][0]} = $tagslib->{$field->tag()}->{$subf[$i][0]}->{lib};
  		$this_row{$subf[$i][0]} =$subf[$i][1];





More information about the Koha-cvs mailing list