Commit 5660ac50 authored by Jérome Perrin's avatar Jérome Perrin

sort by date in stock browser movement history

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24730 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 83eb51c6
...@@ -472,7 +472,12 @@ ...@@ -472,7 +472,12 @@
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
<value> <value>
<list/> <list>
<tuple>
<string>date</string>
<string>Date</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -497,6 +502,12 @@ ...@@ -497,6 +502,12 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Movements</string> </value> <value> <string>Movements</string> </value>
</item> </item>
<item>
<key> <string>untranslatable_columns</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>url_columns</string> </key> <key> <string>url_columns</string> </key>
<value> <value>
......
290 291
\ 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