Commit 06c72404 authored by Łukasz Nowak's avatar Łukasz Nowak

- use decimal alignment, as this is often merge of many movements with high precision quantities

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26699 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1bec1585
......@@ -11,7 +11,15 @@
<dictionary>
<item>
<key> <string>decimal_alignment_enabled</string> </key>
<value> <int>0</int> </value>
<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>
......
163
\ No newline at end of file
165
\ 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