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

MJ Ray slef at users.sourceforge.net
Wed Jul 16 01:09:20 CEST 2003


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

Modified Files:
	marc_subfields_structure.pl 
Log Message:
change show columns to use biblioitems bnotes too

Index: marc_subfields_structure.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/marc_subfields_structure.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** marc_subfields_structure.pl	20 Jun 2003 16:26:12 -0000	1.14
--- marc_subfields_structure.pl	15 Jul 2003 23:09:18 -0000	1.15
***************
*** 97,100 ****
--- 97,101 ----
  	$sth2->execute;
  	while ((my $field) = $sth2->fetchrow_array) {
+ 		if ($field eq 'notes') { $field = 'bnotes'; }
  		push @kohafields, "biblioitems.".$field;
  	}





More information about the Koha-cvs mailing list