[Koha-cvs] CVS: koha/C4 Biblio.pm,1.56,1.57

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


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

Modified Files:
	Biblio.pm 
Log Message:
change show columns to use biblioitems bnotes too

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -r1.56 -r1.57
*** Biblio.pm	15 Jul 2003 11:34:52 -0000	1.56
--- Biblio.pm	15 Jul 2003 23:09:18 -0000	1.57
***************
*** 2,5 ****
--- 2,8 ----
  # $Id$
  # $Log$
+ # Revision 1.57  2003/07/15 23:09:18  slef
+ # change show columns to use biblioitems bnotes too
+ #
  # Revision 1.56  2003/07/15 11:34:52  slef
  # fixes from paul email
***************
*** 1099,1102 ****
--- 1102,1106 ----
  	$sth2->execute;
  	while (($field)=$sth2->fetchrow) {
+ 		if ($field eq 'notes') { $field = 'bnotes'; }
  		$result=&MARCmarc2kohaOneField($sth,"biblioitems",$field,$record,$result);
  	}





More information about the Koha-cvs mailing list