Commit 756217b6 authored by Jérome Perrin's avatar Jérome Perrin

those fields should be prefixed by my_, as they get information from the context

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34461 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7d577011
......@@ -102,8 +102,8 @@
<key> <string>right</string> </key>
<value>
<list>
<string>your_total_price</string>
<string>your_total_quantity</string>
<string>my_total_price</string>
<string>my_total_quantity</string>
</list>
</value>
</item>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>your_total_price</string> </value>
<value> <string>my_total_price</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>your_total_quantity</string> </value>
<value> <string>my_total_quantity</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -102,8 +102,8 @@
<key> <string>right</string> </key>
<value>
<list>
<string>your_total_price</string>
<string>your_total_quantity</string>
<string>my_total_price</string>
<string>my_total_quantity</string>
</list>
</value>
</item>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>your_total_price</string> </value>
<value> <string>my_total_price</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>your_total_quantity</string> </value>
<value> <string>my_total_quantity</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
901
\ No newline at end of file
902
\ 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