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 @@ ...@@ -15,6 +15,7 @@
<list> <list>
<string>title</string> <string>title</string>
<string>description</string> <string>description</string>
<string>precision</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -80,7 +81,7 @@ ...@@ -80,7 +81,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>The Ratio applied to the Base.</string> </value> <value> <string>The Ratio applied to the Base.</string> </value>
</item> </item>
<item> <item>
...@@ -91,12 +92,16 @@ ...@@ -91,12 +92,16 @@
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item>
<key> <string>precision</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Tax Ratio</string> </value> <value> <string>Tax Ratio</string> </value>
</item> </item>
</dictionary> </dictionary>
......
301 302
\ No newline at end of file \ 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