Commit b4ea6a72 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use portal_roundings.getDecimalRoundingOptionItemList() to provide the list of rounding options.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34058 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 841b1847
......@@ -157,7 +157,9 @@
</item>
<item>
<key> <string>items</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>required</string> </key>
......@@ -233,20 +235,7 @@
<item>
<key> <string>items</string> </key>
<value>
<list>
<tuple>
<string>FLOOR</string>
<string>FLOOR</string>
</tuple>
<tuple>
<string>CEIL</string>
<string>CEIL</string>
</tuple>
<tuple>
<string>MID</string>
<string>MID</string>
</tuple>
</list>
<list/>
</value>
</item>
<item>
......@@ -259,7 +248,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Rounding Mode</string> </value>
<value> <string>Decimal Rounding Option</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
......@@ -275,4 +264,20 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:[(\'\', \'\')]+here.portal_roundings.getDecimalRoundingOptionItemList()</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
75
\ No newline at end of file
76
\ 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