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 ...@@ -75,7 +75,7 @@ return cell_range\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <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>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -103,6 +103,7 @@ return cell_range\n ...@@ -103,6 +103,7 @@ return cell_range\n
<tuple> <tuple>
<string>matrixbox</string> <string>matrixbox</string>
<string>base_id</string> <string>base_id</string>
<string>kw</string>
<string>append</string> <string>append</string>
<string>$append0</string> <string>$append0</string>
<string>_getiter_</string> <string>_getiter_</string>
......
193 194
\ No newline at end of file \ 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