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

Order fields consistently ( see 44059)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44118 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b73d948f
...@@ -99,8 +99,8 @@ ...@@ -99,8 +99,8 @@
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>my_total_price</string>
<string>my_total_quantity</string> <string>my_total_quantity</string>
<string>my_total_price</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -99,8 +99,8 @@ ...@@ -99,8 +99,8 @@
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>my_total_price</string>
<string>my_total_quantity</string> <string>my_total_quantity</string>
<string>my_total_price</string>
</list> </list>
</value> </value>
</item> </item>
......
1108 1109
\ No newline at end of file \ 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