Commit db0fe09a authored by Aurel's avatar Aurel

follow API


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44560 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 13096c44
......@@ -71,7 +71,7 @@ if exchange_line.getBasePrice() in (None, 0, 0.0):\n
\n
\n
# We have to looking for other currency exchanges lines\n
temp_object = exchange_line.getParentValue().newContent(portal_type="Currency Exchange Line", temp=1)\n
temp_object = exchange_line.getParentValue().newContent(portal_type="Currency Exchange Line", temp_object=True)\n
start_date = exchange_line.getStartDate()\n
temp_kw = {\'category_list\':[\'resource/%s\' % exchange_line.getParentValue().getRelativeUrl(),\n
\'price_currency/%s\' % exchange_line.getPriceCurrency()],\n
......
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