Commit d070b314 authored by Jérome Perrin's avatar Jérome Perrin

this name should not have a s

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28792 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2e98712c
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>my_preferred_sales_use_list</string> <string>my_preferred_sale_use_list</string>
<string>my_preferred_purchase_use_list</string> <string>my_preferred_purchase_use_list</string>
<string>my_preferred_packing_use_list</string> <string>my_preferred_packing_use_list</string>
</list> </list>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_preferred_sales_use_list</string> </value> <value> <string>my_preferred_sale_use_list</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
727 728
\ No newline at end of file \ No newline at end of file
...@@ -49,7 +49,7 @@ class TradePreference: ...@@ -49,7 +49,7 @@ class TradePreference:
'mode' : '' }, 'mode' : '' },
# uses # uses
{ 'id' : 'preferred_sales_use', { 'id' : 'preferred_sale_use',
'description' : 'Uses of resources that are sold', 'description' : 'Uses of resources that are sold',
'type' : 'lines', 'type' : 'lines',
'preference' : 1, 'preference' : 1,
......
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