koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/updater updatedatabase


From: Robert Lyon
Subject: [Koha-cvs] koha/updater updatedatabase
Date: Wed, 07 Jun 2006 02:02:47 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Robert Lyon <bob_lyon>  06/06/07 02:02:47

Modified files:
        updater        : updatedatabase 

Log message:
        merging katipo changes...
        
        adding new preference IssuingInProcess

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&r1=1.142&r2=1.143

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -b -r1.142 -r1.143
--- updatedatabase      6 Jun 2006 23:42:46 -0000       1.142
+++ updatedatabase      7 Jun 2006 02:02:47 -0000       1.143
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.142 2006/06/06 23:42:46 bob_lyon Exp $
+# $Id: updatedatabase,v 1.143 2006/06/07 02:02:47 bob_lyon Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -436,6 +436,15 @@
             explanation         => 'Allow reading record info retrievable from 
issues and oldissues tables',
             type                => 'YesNo',
         },
+       {
+            uniquefieldrequired => 'variable',
+            variable            => 'IssuingInProcess',
+            value               => '0',
+            forceupdate         => { 'explanation' => 1,
+                                     'type' => 1},
+            explanation         => 'Allow no debt alert if the patron is 
issuing item that accumulate debt',
+            type                => 'YesNo',
+        },
     ],
 
 );
@@ -1595,6 +1604,11 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.143  2006/06/07 02:02:47  bob_lyon
+# merging katipo changes...
+#
+# adding new preference IssuingInProcess
+#
 # Revision 1.142  2006/06/06 23:42:46  bob_lyon
 # Merging Katipo changes...
 #




reply via email to

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