Commit 5ace513f authored by Jérome Perrin's avatar Jérome Perrin

we need **kw in case Base_callDialogMethod does not redirect

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38902 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a45e6822
......@@ -157,7 +157,7 @@ return reversal.Base_redirect(\'view\',\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>cancellation_amount=False, date=None, plan=False</string> </value>
<value> <string>cancellation_amount=False, date=None, plan=False, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -186,6 +186,7 @@ return reversal.Base_redirect(\'view\',\n
<string>cancellation_amount</string>
<string>date</string>
<string>plan</string>
<string>kw</string>
<string>_getattr_</string>
<string>context</string>
<string>Base_translateString</string>
......
......@@ -166,7 +166,7 @@ else:\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>node, payment_mode, payment, date=None, plan=False, batch_mode=0</string> </value>
<value> <string>node, payment_mode, payment, date=None, plan=False, batch_mode=0, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -198,6 +198,7 @@ else:\n
<string>date</string>
<string>plan</string>
<string>batch_mode</string>
<string>kw</string>
<string>DateTime</string>
<string>_getattr_</string>
<string>context</string>
......
1358
\ No newline at end of file
1359
\ 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