Commit 430c399f authored by Yusei Tahara's avatar Yusei Tahara

2008-10-24 yusei

* Fixed EventModule_getEventDetailedReportSectionList. Since All messages will be translated in a template, no need to translate in this script.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24323 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cae42184
......@@ -62,7 +62,7 @@ selection_columns.append((\'ticket_type\', \'Module\'))\n
selection_columns.append((\'resource\',\'Type\'))\n
#Add dynamicaly event states columns to the form\n
#The name of column must be without spaces\n
for event_state in context.Base_getTranslatedWorkflowStateItemList(wf_id=\'event_workflow\'):\n
for event_state in context.Base_getWorkflowStateItemList(\'event_workflow\'):\n
if event_state[1]!=\'deleted\':\n
selection_columns.append((event_state[1],event_state[0]))\n
selection_columns.append((\'total\', \'Total\'))\n
......
2008-10-24 yusei
* Fixed EventModule_getEventDetailedReportSectionList. Since All messages will be translated in a template, no need to translate in this script.
2008-10-14 yusei
* Start to develop version 5.3.
......
315
\ No newline at end of file
316
\ 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