Commit 6a8a60e7 authored by Łukasz Nowak's avatar Łukasz Nowak

- typo: it shall be context instead of line

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22177 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 32b66302
...@@ -73,7 +73,7 @@ portal_type = context.getPortalType()\n ...@@ -73,7 +73,7 @@ portal_type = context.getPortalType()\n
index = len(parent.contentValues(filter={"portal_type": portal_type}))\n index = len(parent.contentValues(filter={"portal_type": portal_type}))\n
reference = str(index)\n reference = str(index)\n
\n \n
line.edit(\n context.edit(\n
int_index = index,\n int_index = index,\n
reference = reference\n reference = reference\n
)\n )\n
...@@ -135,7 +135,6 @@ line.edit(\n ...@@ -135,7 +135,6 @@ line.edit(\n
<string>index</string> <string>index</string>
<string>str</string> <string>str</string>
<string>reference</string> <string>reference</string>
<string>line</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
360 361
\ 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