Commit 8420c1f4 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

erp5_accounting: Change sorting of Entity_viewAccountingTransactionList to DESC

parent b5124bd9
...@@ -336,11 +336,11 @@ ...@@ -336,11 +336,11 @@
<list> <list>
<tuple> <tuple>
<string>stock.date</string> <string>stock.date</string>
<string>ASC</string> <string>DESC</string>
</tuple> </tuple>
<tuple> <tuple>
<string>stock.uid</string> <string>stock.uid</string>
<string>ASC</string> <string>DESC</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
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