[Koha-cvs] CVS: koha/updater updatedatabase,1.44,1.45

Mike Hansen wolfpac444 at users.sourceforge.net
Thu May 8 14:26:50 CEST 2003


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               => 'your.mail at here',
***************
*** 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





More information about the Koha-cvs mailing list