Commit 1886b351 authored by Jérome Perrin's avatar Jérome Perrin

Fix a wrong proxy field for currency precision

parent c2580619
......@@ -71,13 +71,9 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The number of digit after the comma for the given currency, for example 2 means we can have cents (0,00)</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_money_quantity</string> </value>
<value> <string>my_quantity</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......
1043
\ No newline at end of file
1044
\ 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