Commit 18c2fb4c authored by Jérome Perrin's avatar Jérome Perrin

don't show ID, but int_index & title instead

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22732 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ac84ebb2
...@@ -94,8 +94,12 @@ ...@@ -94,8 +94,12 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>id</string> <string>int_index</string>
<string>ID</string> <string>Index</string>
</tuple>
<tuple>
<string>title</string>
<string>Title</string>
</tuple> </tuple>
<tuple> <tuple>
<string>InvoiceLine_getResourceTitle</string> <string>InvoiceLine_getResourceTitle</string>
...@@ -183,8 +187,8 @@ ...@@ -183,8 +187,8 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>id</string> <string>int_index</string>
<string>id</string> <string>Int Index</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
108 109
\ 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