Commit 8ce08f15 authored by Tatuya Kamada's avatar Tatuya Kamada

2010-07-08 tatuya

* Fix a issue that items can not be created with more than two dimesion variations at the first input.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36977 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 44efdd0e
......@@ -114,8 +114,8 @@ for line in kw.get(\'listbox\'):\n
line_variation_category_list = []\n
for variation in (\n
line.get(\'line_variation_category_list\'),\n
line.get(\'tab_variation_category_list\'),\n
line.get(\'column_variation_category_list\'),):\n
line.get(\'column_variation_category_list\'),\n
line.get(\'tab_variation_category_list\'),):\n
if variation:\n
line_variation_category_list.append(variation)\n
\n
......
2010-07-08 tatuya
* Fix a issue that items can not be created with more than two dimesion variations at the first input.
2010-07-06 tatuya
* Fix the issue that Item_viewTrackingList shows editable fields in the listbox. They are no need.
......
195
\ No newline at end of file
197
\ 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