koha-cvs
[Top][All Lists]
Advanced

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

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


From: Joshua Ferraro
Subject: [Koha-cvs] koha/updater updatedatabase [rel_2_2]
Date: Wed, 09 Aug 2006 16:28:30 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <kados>  06/08/09 16:28:30

Modified files:
        updater        : updatedatabase 

Log message:
        adds ReceiveBackIssues systempref with default set to 5

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_2_2&r1=1.100.2.52&r2=1.100.2.53

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.52
retrieving revision 1.100.2.53
diff -u -b -r1.100.2.52 -r1.100.2.53
--- updatedatabase      31 Jul 2006 13:31:27 -0000      1.100.2.52
+++ updatedatabase      9 Aug 2006 16:28:30 -0000       1.100.2.53
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.52 2006/07/31 13:31:27 kados Exp $
+# $Id: updatedatabase,v 1.100.2.53 2006/08/09 16:28:30 kados Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -1238,6 +1238,20 @@
         },
         {
             uniquefieldrequired => 'variable',
+            variable            => 'ReceiveBackIssues',
+            value               => '5',
+            forceupdate         => {
+                'explanation' => 1,
+                '
+                        type' => 1
+            },
+            explanation =>
+'How many previous serials to display when receiving serials',
+            type => 'free',
+        },
+
+        {
+            uniquefieldrequired => 'variable',
             variable            => 'AmazonContent',
             value               => '0',
             forceupdate         => {
@@ -2167,6 +2181,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.53  2006/08/09 16:28:30  kados
+# adds ReceiveBackIssues systempref with default set to 5
+#
 # Revision 1.100.2.52  2006/07/31 13:31:27  kados
 # slight bug fix for adding publisheddate field to serial table
 #




reply via email to

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