mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix bug 339726 – Cannot set fractional discount rates in Billing Terms
Modify "adjustment" values to allow fractional values git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18139 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
66f1525cf0
commit
6070dbf8ae
@ -1266,7 +1266,7 @@ Proximo</property>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user