koha-cvs
[Top][All Lists]
Advanced

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

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


From: Ryan Higgins
Subject: [Koha-cvs] koha/updater updatedatabase [dev_week]
Date: Tue, 20 Feb 2007 16:26:52 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Ryan Higgins <rych>     07/02/20 16:26:52

Modified files:
        updater        : updatedatabase 

Log message:
        add confirmissuescharge- minimum charge for issuing confirmation dialog 
to appear

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=dev_week&r1=1.100.2.43.2.5&r2=1.100.2.43.2.6

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.43.2.5
retrieving revision 1.100.2.43.2.6
diff -u -b -r1.100.2.43.2.5 -r1.100.2.43.2.6
--- updatedatabase      9 Feb 2007 17:32:02 -0000       1.100.2.43.2.5
+++ updatedatabase      20 Feb 2007 16:26:51 -0000      1.100.2.43.2.6
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.43.2.5 2007/02/09 17:32:02 kylemhall Exp $
+# $Id: updatedatabase,v 1.100.2.43.2.6 2007/02/20 16:26:51 rych Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -466,6 +466,15 @@
             type        => 'Textarea',
             options => '50|10'
         },
+               {
+            uniquefieldrequired => 'variable',
+            variable            => 'confirmissuescharge',
+            value               => '',
+            forceupdate         => { 'explanation' => 1,
+                                     'type' => 1},
+            explanation         => 'Minimum Charge on Patron Account to 
Require Confirmation on Issuing',
+            type        => 'Integer',
+        },
     ],
 
 );
@@ -1636,6 +1645,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.43.2.6  2007/02/20 16:26:51  rych
+# add confirmissuescharge- minimum charge for issuing confirmation dialog to 
appear
+#
 # Revision 1.100.2.43.2.5  2007/02/09 17:32:02  kylemhall
 # *** empty log message ***
 #




reply via email to

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