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>
......@@ -91,6 +92,10 @@
<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>
......
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