koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/updater updatedatabase [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/updater updatedatabase [rel_3_0]
Date: Fri, 12 Jan 2007 18:09:49 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        07/01/12 18:09:49

Modified files:
        updater        : updatedatabase 

Log message:
        LetterLog added

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_3_0&r1=1.157.2.46&r2=1.157.2.47

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.157.2.46
retrieving revision 1.157.2.47
diff -u -b -r1.157.2.46 -r1.157.2.47
--- updatedatabase      11 Jan 2007 14:35:39 -0000      1.157.2.46
+++ updatedatabase      12 Jan 2007 18:09:49 -0000      1.157.2.47
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.157.2.46 2007/01/11 14:35:39 tipaul Exp $
+# $Id: updatedatabase,v 1.157.2.47 2007/01/12 18:09:49 toins Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -496,6 +496,14 @@
             explanation         => 'Active this if you want to log the 
circulation return',
             type                => 'YesNo',
         },
+        {   
+            uniquefieldrequired => 'variable',
+            variable            => 'LetterLog',
+            value               => '0',
+            forceupdate         => {'explanation' => 1, 'type' => 1},
+            explanation         => 'Active this if you want to log all the 
letter sent',
+            type                => 'YesNo',
+        }
     ],
     userflags => [
         {
@@ -2142,6 +2150,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.157.2.47  2007/01/12 18:09:49  toins
+# LetterLog added
+#
 # Revision 1.157.2.46  2007/01/11 14:35:39  tipaul
 # adding Opac Browser feature : the build_browser_and_cloud.pl script will :
 # - fill the browser table, that enable browsing, digit by digit of a given 
category, the catalogue. A complete dewey classification is provided in the 
script, active only for french libraries, of course (although, for instance, 
the script check that the catalogue is in english for developping convenience)




reply via email to

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