[Koha-cvs] CVS: koha/updater updatedatabase,1.15,1.16

Finlay Thompson finlayt at users.sourceforge.net
Wed Jul 31 04:34:30 CEST 2002


Update of /cvsroot/koha/koha/updater
In directory usw-pr-cvs1:/tmp/cvs-serv20452/updater

Modified Files:
	updatedatabase 
Log Message:

added "notforloan" field to the itemtypes table.


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** updatedatabase	20 Jul 2002 22:30:06 -0000	1.15
--- updatedatabase	31 Jul 2002 02:34:27 -0000	1.16
***************
*** 111,115 ****
      borrowers=>{'userid' => 'char(30)',
      		'password' => 'char(30)',},
!     aqorders=>{'budgetdate' => 'date'},		   
  );
  
--- 111,117 ----
      borrowers=>{'userid' => 'char(30)',
      		'password' => 'char(30)',},
!     aqorders=>{'budgetdate' => 'date'},
! #added so that reference items are not available for reserves...
!     itemtypes=>{'notforloan' => 'smallint(6)'},
  );
  
***************
*** 306,309 ****
--- 308,315 ----
  
  # $Log$
+ # Revision 1.16  2002/07/31 02:34:27  finlayt
+ #
+ # added "notforloan" field to the itemtypes table.
+ #
  # Revision 1.15  2002/07/20 22:30:06  rangi
  # Making sure fix makes it into the main branch as well





More information about the Koha-cvs mailing list