Commit 4ee567c6 authored by Jérome Perrin's avatar Jérome Perrin

Make sure we don't inherit the default precision (2) which might be too small

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21901 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d47bbe47
......@@ -15,6 +15,7 @@
<list>
<string>title</string>
<string>description</string>
<string>precision</string>
</list>
</value>
</item>
......@@ -80,7 +81,7 @@
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<key> <string>description</string> </key>
<value> <string>The Ratio applied to the Base.</string> </value>
</item>
<item>
......@@ -91,12 +92,16 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>precision</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Tax Ratio</string> </value>
</item>
</dictionary>
......
301
\ No newline at end of file
302
\ 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