r18139 - gnucash/trunk/src/business/business-gnome/glade - Fix bug 339726 – Cannot set fractional discount rates in Billing Terms

Phil Longstaff plongstaff at code.gnucash.org
Fri Jun 19 23:44:53 EDT 2009


Author: plongstaff
Date: 2009-06-19 23:44:53 -0400 (Fri, 19 Jun 2009)
New Revision: 18139
Trac: http://svn.gnucash.org/trac/changeset/18139

Modified:
   gnucash/trunk/src/business/business-gnome/glade/billterms.glade
Log:
Fix bug 339726 – Cannot set fractional discount rates in Billing Terms

Modify "adjustment" values to allow fractional values


Modified: gnucash/trunk/src/business/business-gnome/glade/billterms.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/billterms.glade	2009-06-20 00:52:56 UTC (rev 18138)
+++ gnucash/trunk/src/business/business-gnome/glade/billterms.glade	2009-06-20 03:44:53 UTC (rev 18139)
@@ -1266,7 +1266,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">True</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">0 0 100 1 10 10</property>
+		      <property name="adjustment">0 0 100 0.01 0.10 0.10</property>
 		    </widget>
 		    <packing>
 		      <property name="padding">0</property>



More information about the gnucash-changes mailing list