Commit 56502e6a authored by Yusei Tahara's avatar Yusei Tahara

2010-05-24 yusei

* Update Movement_getUseItemList. Add an empty select option to the result.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35554 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d1f10551
......@@ -66,7 +66,7 @@ if resource is None:\n
item_display_list = item_list\n
else:\n
selected_use_list = [use_value.getCategoryRelativeUrl() for use_value in resource.getUseValueList()]\n
item_display_list = [item for item in item_list if item[1] in selected_use_list]\n
item_display_list = [(\'\', \'\')] + [item for item in item_list if item[1] in selected_use_list]\n
\n
return item_display_list\n
</string> </value>
......
2010-05-24 yusei
* Update Movement_getUseItemList. Add an empty select option to the result.
2010-05-21 yusei
* Display preferred base amounts in base contribution list and base application list.
......
942
\ No newline at end of file
944
\ 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