Commit 1d1bbdc1 authored by Łukasz Nowak's avatar Łukasz Nowak

- added reference column

- renamed resource column to be compatible with view

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22092 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 62d6a5c0
...@@ -93,9 +93,13 @@ ...@@ -93,9 +93,13 @@
<string>title</string> <string>title</string>
<string>Title</string> <string>Title</string>
</tuple> </tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
<tuple> <tuple>
<string>resource_title</string> <string>resource_title</string>
<string>Resource</string> <string>Target Product</string>
</tuple> </tuple>
<tuple> <tuple>
<string>description</string> <string>description</string>
...@@ -130,9 +134,13 @@ ...@@ -130,9 +134,13 @@
<string>title</string> <string>title</string>
<string>Title</string> <string>Title</string>
</tuple> </tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
<tuple> <tuple>
<string>resource_title</string> <string>resource_title</string>
<string>Resource</string> <string>Target Product</string>
</tuple> </tuple>
<tuple> <tuple>
<string>description</string> <string>description</string>
......
171 174
\ 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