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 @@
<item>
<key> <string>sort</string> </key>
<value>
<list/>
<list>
<tuple>
<string>date</string>
<string>Date</string>
</tuple>
</list>
</value>
</item>
<item>
......@@ -497,6 +502,12 @@
<key> <string>title</string> </key>
<value> <string>Movements</string> </value>
</item>
<item>
<key> <string>untranslatable_columns</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>url_columns</string> </key>
<value>
......
290
\ No newline at end of file
291
\ 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