[Koha-cvs] CVS: koha/updater updatedatabase,1.52,1.53

Paul POULAIN tipaul at users.sourceforge.net
Mon Jul 7 16:11:18 CEST 2003


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

Modified Files:
	updatedatabase 
Log Message:
fixing bug #526 : gst rate is now calculated through systempref gist entry.
Before this fix :
* was harcoded to 12,5%
* some bugs in template parameters prevented the javascript to work.
* some bugs prevented some calculations to be done properly.

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -r1.52 -r1.53
*** updatedatabase	23 Jun 2003 15:54:32 -0000	1.52
--- updatedatabase	7 Jul 2003 14:11:16 -0000	1.53
***************
*** 522,525 ****
--- 522,534 ----
  	    type		=> 'free'
          },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'gist',
+ 	    forceupdate		=> { 'explanation' => 1,
+ 	    			     'type' => 1 },
+             value               => '0.125',
+             explanation => 'the gist rate. NOT in %, but in numeric form (0.12 for 12%)',
+ 	    type		=> 'free'
+         },
      ],
  
***************
*** 858,861 ****
--- 867,877 ----
  
  # $Log$
+ # Revision 1.53  2003/07/07 14:11:16  tipaul
+ # fixing bug #526 : gst rate is now calculated through systempref gist entry.
+ # Before this fix :
+ # * was harcoded to 12,5%
+ # * some bugs in template parameters prevented the javascript to work.
+ # * some bugs prevented some calculations to be done properly.
+ #
  # Revision 1.52  2003/06/23 15:54:32  tipaul
  # *** empty log message ***





More information about the Koha-cvs mailing list