Commit 90ddc622 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Base_viewFieldLibrary/my_percent does not need to use...

Base_viewFieldLibrary/my_percent does not need to use preferred_money_quantity_field_width, preferred_quantity_field_width should be enough.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20278 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3745fd97
......@@ -255,18 +255,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: preferences.getPreference(\'preferred_money_quantity_field_width\', 10)</string> </value>
<value> <string>python: preferences.getPreference(\'preferred_quantity_field_width\', 5)</string> </value>
</item>
</dictionary>
</pickle>
......@@ -274,11 +271,8 @@
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......
774
\ No newline at end of file
775
\ 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