Commit 841b1847 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo of the field name.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34057 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e421b020
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<value> <value>
<list> <list>
<string>my_decimal_alignment_enabled</string> <string>my_decimal_alignment_enabled</string>
<string>my_decimal_rouding_option</string> <string>my_decimal_rounding_option</string>
<string>my_decimal_exponent</string> <string>my_decimal_exponent</string>
</list> </list>
</value> </value>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_decimal_rouding_option</string> </value> <value> <string>my_decimal_rounding_option</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
74 75
\ 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