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

Fix NameError in ERP5Accounting_getParams

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14161 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0cf02a4f
......@@ -160,7 +160,7 @@ if simulation_state:\n
\n
portal_type = selection_params.get(\'movement_portal_type\', None)\n
if portal_type:\n
params[\'portal_type\'] = movement_portal_type\n
params[\'portal_type\'] = portal_type\n
else:\n
parent_portal_type = selection_params.get(\'parent_portal_type\', None)\n
if parent_portal_type:\n
......@@ -236,7 +236,6 @@ return dict(params)\n
<string>payment_uid</string>
<string>simulation_state</string>
<string>portal_type</string>
<string>movement_portal_type</string>
<string>parent_portal_type</string>
</tuple>
</value>
......
265
\ No newline at end of file
268
\ 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