[Koha-cvs] CVS: koha/updater updatedatabase,1.67,1.68

Paul POULAIN tipaul at users.sourceforge.net
Wed Dec 3 18:47:16 CET 2003


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

Modified Files:
	updatedatabase 
Log Message:
bugfixes for biblio deletion

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -r1.67 -r1.68
*** updatedatabase	28 Nov 2003 10:08:33 -0000	1.67
--- updatedatabase	3 Dec 2003 17:47:14 -0000	1.68
***************
*** 214,218 ****
      biblio        => { 'abstract' => 'text' },
      deletedbiblio => { 'abstract' => 'text', 'marc' => 'blob' },
!     deleteditems => { 'marc' => 'blob' },
      biblioitems   => {
          'lccn' => 'char(25)',
--- 214,218 ----
      biblio        => { 'abstract' => 'text' },
      deletedbiblio => { 'abstract' => 'text', 'marc' => 'blob' },
!     deleteditems => { 'marc' => 'blob', 'paidfor' => 'text' },
      biblioitems   => {
          'lccn' => 'char(25)',
***************
*** 241,244 ****
--- 241,245 ----
      aqorders => { 'budgetdate' => 'date' },
      aqbudget => {'aqbudgetid' => 'tinyint(4) auto_increment primary key'},
+     items => {'paidfor' => 'text'},
  
      #added so that reference items are not available for reserves...
***************
*** 971,974 ****
--- 972,978 ----
  
  # $Log$
+ # Revision 1.68  2003/12/03 17:47:14  tipaul
+ # bugfixes for biblio deletion
+ #
  # Revision 1.67  2003/11/28 10:08:33  tipaul
  # * removing too verbose messages.





More information about the Koha-cvs mailing list