Commit d0acfca5 authored by Tatuya Kamada's avatar Tatuya Kamada

2010-07-06 tatuya

* Fix the issue that the order of the listbox field in Item_viewTrackingList view was wrong.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36879 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 70ecd52f
......@@ -79,7 +79,6 @@
<value>
<list>
<string>listbox</string>
<string>listbox_item_quantity</string>
</list>
</value>
</item>
......@@ -95,6 +94,7 @@
<list>
<string>listbox_date</string>
<string>listbox_variation_category_item_list</string>
<string>listbox_item_quantity</string>
</list>
</value>
</item>
......
2010-07-06 tatuya
* Fix the issue that the order of the listbox field in Item_viewTrackingList view was wrong.
2010-06-22 tatuya
* Fix a issue that Aggregate Items view caused an attribute error when there is a document which is not a movement, ex payment condition.
......
191
\ No newline at end of file
193
\ 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