koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha MARCdetail.pl,1.25.2.2,1.25.2.3
Date: Thu, 17 Feb 2005 04:58:34 -0800

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];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]