koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.67,1.68
Date: Wed, 03 Dec 2003 09:47:16 -0800

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]