Commit 3145fd28 authored by Łukasz Nowak's avatar Łukasz Nowak

- method name changed recently

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26732 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0870eb36
......@@ -54,7 +54,7 @@
<item>
<key> <string>_body</string> </key>
<value> <string>category_list = []\n
for base_category in context.getDestinationArrowBaseCategoryList():\n
for base_category in context.getDestinationBaseCategoryList():\n
category = movement.getDefaultAcquiredCategoryMembership(base_category, base=1)\n
if category:\n
category_list.append(category)\n
......
......@@ -54,7 +54,7 @@
<item>
<key> <string>_body</string> </key>
<value> <string>category_list = []\n
for base_category in context.getSourceArrowBaseCategoryList():\n
for base_category in context.getSourceBaseCategoryList():\n
category = movement.getDefaultAcquiredCategoryMembership(base_category, base=1)\n
if category:\n
category_list.append(category)\n
......
165
\ No newline at end of file
168
\ 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