Commit 4d010bc5 authored by Tatuya Kamada's avatar Tatuya Kamada

2010-07-06 tatuya

* Fix the issue that Item_viewTrackingList shows editable fields in the listbox. They are no need.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36921 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 58441fcc
......@@ -130,20 +130,7 @@
<item>
<key> <string>editable_columns</string> </key>
<value>
<list>
<tuple>
<string>date</string>
<string>Date</string>
</tuple>
<tuple>
<string>variation_category_item_list</string>
<string>Variation</string>
</tuple>
<tuple>
<string>item_quantity</string>
<string>Quantity</string>
</tuple>
</list>
<list/>
</value>
</item>
<item>
......
2010-07-06 tatuya
* Fix the issue that Item_viewTrackingList shows editable fields in the listbox. They are no need.
2010-07-06 tatuya
* Fix the issue that the order of the listbox field in Item_viewTrackingList view was wrong.
......
193
\ No newline at end of file
195
\ 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