[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.16,1.4.2.16.2.1

Chris Cormack rangi at users.sourceforge.net
Sun Jul 21 00:26:36 CEST 2002


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

Modified Files:
      Tag: koha-1_2_2
	updatedatabase 
Log Message:
Missing bedgetdate column in aqorders


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.4.2.16
retrieving revision 1.4.2.16.2.1
diff -C2 -r1.4.2.16 -r1.4.2.16.2.1
*** updatedatabase	4 Jul 2002 18:05:07 -0000	1.4.2.16
--- updatedatabase	20 Jul 2002 22:26:34 -0000	1.4.2.16.2.1
***************
*** 99,102 ****
--- 99,103 ----
      aqbooksellers=>{'invoicedisc' =>'float(6,4)',
      		     'nocalc' => 'int(11)'},
+     aqorders=>{'budgetdate' => 'date'},		  
  );
  
***************
*** 293,296 ****
--- 294,300 ----
  
  # $Log$
+ # Revision 1.4.2.16.2.1  2002/07/20 22:26:34  rangi
+ # Missing bedgetdate column in aqorders
+ #
  # Revision 1.4.2.16  2002/07/04 18:05:07  tonnesen
  # Bug fixes





More information about the Koha-cvs mailing list