[Koha-cvs] CVS: koha MARCdetail.pl,1.21,1.22

Paul POULAIN tipaul at users.sourceforge.net
Wed Oct 27 10:12:41 CEST 2004


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





More information about the Koha-cvs mailing list