Commit e421b020 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

configure rounding for Trade Model Simulation Rule.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34056 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2fcbb5bf
......@@ -48,6 +48,18 @@
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<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>id</string> </key>
<value> <string>quantity_tester</string> </value>
......
73
\ No newline at end of file
74
\ 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