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

sort accounting periods by date

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43678 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 72265370
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<value> <value>
<list> <list>
<string>selection_name</string> <string>selection_name</string>
<string>sort</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -93,6 +94,17 @@ ...@@ -93,6 +94,17 @@
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>accounting_period_accounting_period_selection</string> </value> <value> <string>accounting_period_accounting_period_selection</string> </value>
</item> </item>
<item>
<key> <string>sort</string> </key>
<value>
<list>
<tuple>
<string>start_date</string>
<string>ASC</string>
</tuple>
</list>
</value>
</item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
......
1451 1452
\ 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