Commit e390dca7 authored by Jérome Perrin's avatar Jérome Perrin

fix i18n problem


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4897 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d711041a
...@@ -342,7 +342,7 @@ ...@@ -342,7 +342,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:[(x, x) for x in here.getPortalAccountingTransactionTypeList()]</string> </value> <value> <string>here/AccountingTransactionModule_getTranslatedPortalTypeItemList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -321,7 +321,7 @@ ...@@ -321,7 +321,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:here.Base_getTranslatedWorkflowStateItemList()</string> </value> <value> <string>python:here.Base_getTranslatedWorkflowStateItemList(wf_id="accounting_workflow")</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
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