Commit 8f35405d authored by Fabien Morin's avatar Fabien Morin

**kw was missing on ApparelMeasurement_asCellRange script

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31026 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c5d39506
......@@ -75,7 +75,7 @@ return cell_range\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>matrixbox=0, base_id=None</string> </value>
<value> <string>matrixbox=0, base_id=None, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -103,6 +103,7 @@ return cell_range\n
<tuple>
<string>matrixbox</string>
<string>base_id</string>
<string>kw</string>
<string>append</string>
<string>$append0</string>
<string>_getiter_</string>
......
193
\ No newline at end of file
194
\ 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