Commit 91856c5e authored by Yusei Tahara's avatar Yusei Tahara

Fixed wrong variable name.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19246 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b3f1f9ab
......@@ -70,7 +70,7 @@ module = portal.accounting_module\n
\n
module.manage_delObjects(list(module.objectIds()))\n
\n
accounting_module.setProperty(\'current_content_script\', script.getId())\n
module.setProperty(\'current_content_script\', script.getId())\n
\n
# test depends on this\n
return "Accounting Transactions Created."\n
......@@ -124,7 +124,6 @@ return "Accounting Transactions Created."\n
<string>portal</string>
<string>module</string>
<string>list</string>
<string>accounting_module</string>
<string>script</string>
</tuple>
</value>
......
76
\ No newline at end of file
77
\ 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