Commit 951cebe5 authored by Sebastien Robin's avatar Sebastien Robin

fixed problem with the activity category

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10903 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2ef7c735
......@@ -702,7 +702,7 @@ class BaobabConduit(ERP5Conduit):
, 'DAU': 'depositories/other'
}
#document.setActivity('banking_finance/' + id_table[value])
document.setActivity('banking_finance/' + value)
document.setActivity(value)
else:
LOG('BaobabConduit:', 0, 'Person\'s category ignored')
......
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