[Koha-cvs] CVS: koha/admin marc_subfields_structure.pl,1.13,1.14

Paul POULAIN tipaul at users.sourceforge.net
Fri Jun 20 18:26:14 CEST 2003


Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv18167/admin

Modified Files:
	marc_subfields_structure.pl 
Log Message:
small fix to add subtitles and subject in mappable fields.

Index: marc_subfields_structure.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/marc_subfields_structure.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** marc_subfields_structure.pl	19 May 2003 13:49:08 -0000	1.13
--- marc_subfields_structure.pl	20 Jun 2003 16:26:12 -0000	1.14
***************
*** 107,110 ****
--- 107,112 ----
  	# other subfields
  	push @kohafields, "additionalauthors.author";
+ 	push @kohafields, "bibliosubject.subject";
+ 	push @kohafields, "bibliosubtitle.title";
  	# build authorised value list
  	$sth2->finish;





More information about the Koha-cvs mailing list