Commit 7e3e7378 authored by Jérome Perrin's avatar Jérome Perrin

use "Ratio" term for price on Trade Model Line

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28667 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 45a07bbb
......@@ -13,8 +13,8 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>description</string>
<string>title</string>
</list>
</value>
</item>
......@@ -77,7 +77,7 @@
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>Percentage of total quantity.</string> </value>
<value> <string>Percentage of total quantity used as quantity. This is useful for example in the case of taxes which are not applied on the total price, but for example only on 95% of the price.</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
......
......@@ -13,6 +13,7 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>description</string>
<string>title</string>
</list>
</value>
......@@ -74,6 +75,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_percent</string> </value>
......@@ -88,7 +93,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Price</string> </value>
<value> <string>Ratio</string> </value>
</item>
</dictionary>
</value>
......
......@@ -13,6 +13,7 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>description</string>
<string>title</string>
</list>
</value>
......@@ -74,6 +75,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>Trade Model Line with a Fixed Quantity. If this is set, Ratio is ignored.</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_quantity</string> </value>
......@@ -88,7 +93,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Quantity</string> </value>
<value> <string>Fixed Quantity</string> </value>
</item>
</dictionary>
</value>
......
724
\ No newline at end of file
725
\ 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