Commit 86d24277 authored by Jérome Perrin's avatar Jérome Perrin

set an int_index on trade date categories so that they have natural ordering

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18772 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8fc968f8
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.Document.Category</string>
<string>Category</string>
</tuple>
<none/>
<global name="Category" module="Products.ERP5Type.Document.Category"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -56,9 +53,7 @@
</item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
<value> <int>3</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.Document.Category</string>
<string>Category</string>
</tuple>
<none/>
<global name="Category" module="Products.ERP5Type.Document.Category"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -57,9 +54,7 @@
</item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.Document.Category</string>
<string>Category</string>
</tuple>
<none/>
<global name="Category" module="Products.ERP5Type.Document.Category"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -58,9 +55,7 @@
</item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
153
\ No newline at end of file
155
\ 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