Commit 71a4dce0 authored by Kevin Deldycke's avatar Kevin Deldycke

Update currency module ID


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4650 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7583f44c
...@@ -761,7 +761,7 @@ class BaobabConduit(ERP5Conduit): ...@@ -761,7 +761,7 @@ class BaobabConduit(ERP5Conduit):
if currency_id in (None, ''): if currency_id in (None, ''):
return vault_path return vault_path
# Get the site path corresponding to the currency-related-subvault # Get the site path corresponding to the currency-related-subvault
currency_object = category_tool.currency[currency_id] currency_object = category_tool.currency_module[currency_id]
currency_title = currency_object.getTitle() currency_title = currency_object.getTitle()
currency_vault_path = None currency_vault_path = None
vault_object = vault_sub_item_object vault_object = vault_sub_item_object
......
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