[Koha-cvs] CVS: koha modbib.pl,1.12,1.13

MJ Ray slef at users.sourceforge.net
Tue Jul 15 02:02:51 CEST 2003


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

Modified Files:
	modbib.pl 
Log Message:
Work on bug 515... can we do a single-side rename of notes to bnotes?

Index: modbib.pl
===================================================================
RCS file: /cvsroot/koha/koha/modbib.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** modbib.pl	2 May 2003 23:54:07 -0000	1.12
--- modbib.pl	15 Jul 2003 00:02:49 -0000	1.13
***************
*** 94,98 ****
  						subtitle => $data->{'subtitle'},
  						unititle => $data->{'unititle'},
! 						notes => $data->{'notes'},
  						serial => $data->{'serial'});
  
--- 94,98 ----
  						subtitle => $data->{'subtitle'},
  						unititle => $data->{'unititle'},
! 						notes => $data->{'binotes'},
  						serial => $data->{'serial'});
  





More information about the Koha-cvs mailing list