Commit c6d46df6 authored by Vincent Pelletier's avatar Vincent Pelletier

Add missing parameter.

Also, this script is not generic, so drop its content from generic business template.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45528 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 45070ee8
...@@ -50,12 +50,12 @@ ...@@ -50,12 +50,12 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>return site.getCodification()[-1] == \'0\'\n <value> <string>raise NotImplementedError\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string></string> </value> <value> <string>site</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
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