Commit 3d11c7ad authored by Aurel's avatar Aurel

manage extra parameters

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12889 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e7c90698
......@@ -111,7 +111,7 @@ return cash_line_list\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>base_category=None, base_id=\'movement\', matrixbox=0</string> </value>
<value> <string>base_category=None, base_id=\'movement\', matrixbox=0,**kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -140,6 +140,7 @@ return cash_line_list\n
<string>base_category</string>
<string>base_id</string>
<string>matrixbox</string>
<string>kw</string>
<string>None</string>
<string>_getattr_</string>
<string>context</string>
......
129
\ No newline at end of file
131
\ 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