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 @@
<value>
<list>
<tuple>
<string>id</string>
<string>ID</string>
<string>int_index</string>
<string>Index</string>
</tuple>
<tuple>
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>InvoiceLine_getResourceTitle</string>
......@@ -183,8 +187,8 @@
<value>
<list>
<tuple>
<string>id</string>
<string>id</string>
<string>int_index</string>
<string>Int Index</string>
</tuple>
</list>
</value>
......
108
\ No newline at end of file
109
\ 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