Commit 3fa6b9af authored by Julien Muchembled's avatar Julien Muchembled

TradeModelLine_view: increase width of price/quantity/efficiency fields

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34318 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 030efea5
......@@ -144,7 +144,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: preferences.getPreference(\'preferred_quantity_field_width\', 5)</string> </value>
<value> <string>python: preferences.getPreference(\'preferred_quantity_field_width\', 10)</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -126,7 +126,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: preferences.getPreference(\'preferred_quantity_field_width\', 5)</string> </value>
<value> <string>python: preferences.getPreference(\'preferred_quantity_field_width\', 10)</string> </value>
</item>
</dictionary>
</pickle>
......
895
\ No newline at end of file
896
\ No newline at end of file
......@@ -263,7 +263,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: preferences.getPreference(\'preferred_quantity_field_width\', 5)</string> </value>
<value> <string>python: preferences.getPreference(\'preferred_quantity_field_width\', 10)</string> </value>
</item>
</dictionary>
</pickle>
......
1551
\ No newline at end of file
1552
\ 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