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.44,1.45


From: Mike Hansen
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.44,1.45
Date: Thu, 08 May 2003 05:26:50 -0700

Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1:/tmp/cvs-serv5517/koha/updater

Modified Files:
        updatedatabase 
Log Message:
Bug fixes


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** updatedatabase      3 May 2003 05:39:57 -0000       1.44
--- updatedatabase      8 May 2003 12:26:16 -0000       1.45
***************
*** 436,439 ****
--- 436,453 ----
          {
              uniquefieldrequired => 'variable',
+             variable            => 'maxoutstanding',
+             value               => '5',
+             explanation         =>
+             'maximum amount withstanding to be able make reserves '
+         },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'maxreserves',
+             value               => '5',
+             explanation         =>
+             'maximum number of reserves a member can make '
+         },
+         {
+             uniquefieldrequired => 'variable',
              variable            => 'KohaAdminEmailAddress',
              value               => 'address@hidden',
***************
*** 758,761 ****
--- 772,778 ----
  
  # $Log$
+ # Revision 1.45  2003/05/08 12:26:16  wolfpac444
+ # Bug fixes
+ #
  # Revision 1.44  2003/05/03 05:39:57  rangi
  # Fixing bug 429




reply via email to

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