Commit 51e2467a authored by Rafael Monnerat's avatar Rafael Monnerat

Params is not required anymore.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42130 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 96031dcb
......@@ -55,14 +55,14 @@
after_script_id = context.getConfigurationAfterScriptId()\n
after_script = getattr(context, after_script_id, None)\n
if after_script is not None:\n
return after_script(customer_template_relative_url, alter_preferences)\n
return after_script()\n
\n
log("After script not found for %s." % context.getRelativeUrl())\n
</string> </value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>customer_template_relative_url=None, alter_preferences=True</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
489
\ No newline at end of file
492
\ 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