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.21,1.22


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha MARCdetail.pl,1.21,1.22
Date: Wed, 27 Oct 2004 01:12:41 -0700

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

Modified Files:
        MARCdetail.pl 
Log Message:
jump from biblio to authority & from authority to biblio back

Index: MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/MARCdetail.pl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** MARCdetail.pl       2 Sep 2004 16:42:58 -0000       1.21
--- MARCdetail.pl       27 Oct 2004 08:12:39 -0000      1.22
***************
*** 114,117 ****
--- 114,120 ----
                                        $subfield_data{marc_value}="<a 
href=\"$subf[$i][1]\">$subf[$i][1]</a>";
                                } else {
+                                       if 
($tagslib->{$field->tag()}->{$subf[$i][0]}->{authtypecode}) {
+                                               
$subfield_data{authority}=$field->subfield(9);
+                                       }
                                        $subfield_data{marc_value}=$subf[$i][1];
                                }




reply via email to

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