Commit 86279b80 authored by Łukasz Nowak's avatar Łukasz Nowak

- typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43787 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d8d42352
......@@ -55,7 +55,7 @@
for open_order_line in context.contentValues():\n
for path in [open_order_line] + open_order_line.getCellValueList():\n
for item in path.getAggregateValueList():\n
if item.providesIExpendable():\n
if item.providesIExpandable():\n
subscription_item_dict[item] = 1\n
\n
# XXX tag / after tag !\n
......
86
\ No newline at end of file
87
\ 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