Commit 1268361e authored by Kevin Deldycke's avatar Kevin Deldycke

Hide non-user listbox column

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10917 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 520444f7
...@@ -409,15 +409,15 @@ ...@@ -409,15 +409,15 @@
</tuple> </tuple>
<tuple> <tuple>
<string>service_id</string> <string>service_id</string>
<string>Service ID</string> <string></string>
</tuple> </tuple>
<tuple> <tuple>
<string>salary_range</string> <string>salary_range</string>
<string>Salary Range</string> <string></string>
</tuple> </tuple>
<tuple> <tuple>
<string>tax_category</string> <string>tax_category</string>
<string>Tax Category</string> <string></string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -231,7 +231,7 @@ ...@@ -231,7 +231,7 @@
</item> </item>
<item> <item>
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>max_length</string> </key> <key> <string>max_length</string> </key>
......
...@@ -231,7 +231,7 @@ ...@@ -231,7 +231,7 @@
</item> </item>
<item> <item>
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>max_length</string> </key> <key> <string>max_length</string> </key>
......
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
</item> </item>
<item> <item>
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>max_length</string> </key> <key> <string>max_length</string> </key>
......
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