[Koha-cvs] CVS: koha/admin marc_subfields_structure.pl,1.31,1.32

Paul POULAIN tipaul at users.sourceforge.net
Mon Jan 3 13:56:32 CET 2005


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

Modified Files:
	marc_subfields_structure.pl 
Log Message:
* partial support of the "linkage" MARC feature : if you enter a "link" on a MARC subfield, the magnifying glass won't search on the field, but on the linked field. I agree it's a partial support. Will be improved, but I need to investigate MARC21 & UNIMARC diffs on this topic.

Index: marc_subfields_structure.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/marc_subfields_structure.pl,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** marc_subfields_structure.pl	8 Dec 2004 10:41:38 -0000	1.31
--- marc_subfields_structure.pl	3 Jan 2005 12:56:30 -0000	1.32
***************
*** 380,383 ****
--- 380,384 ----
  		$row_data{hidden}	= $results->[$i]{'hidden'};
  		$row_data{isurl}	= $results->[$i]{'isurl'};
+ 		$row_data{link}	= $results->[$i]{'link'};
  		$row_data{delete} = "$script_name?op=delete_confirm&tagfield=$tagfield&tagsubfield=".$results->[$i]{'tagsubfield'}."&frameworkcode=$frameworkcode";
  		$row_data{bgcolor} = $toggle;





More information about the Koha-cvs mailing list