Commit 0ee3a7d7 authored by Tatuya Kamada's avatar Tatuya Kamada

2010-03-08 tatuya

* Make the quantity divergence tester of payment simulation rule set the decimal alignment as well as trade model rule so that the rule will allow the rounding error when calculation.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33498 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3265df55
......@@ -9,6 +9,24 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>decimal_alignment_enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>decimal_exponent</string> </key>
<value> <string>0.000001</string> </value>
</item>
<item>
<key> <string>decimal_rounding_option</string> </key>
<value> <string>ROUND_DOWN</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>default_quantity_tester</string> </value>
......
2010-03-08 tatuya
* Make the quantity divergence tester of payment simulation rule set the decimal alignment as well as trade model rule so that the rule will allow the rounding error when calculation.
2010-03-02 yusei
* Remove short title.
......
1129
\ No newline at end of file
1131
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment