Commit 8d8404a1 authored by Sebastien Robin's avatar Sebastien Robin

fixed a small error (thank you Kevin for the report of this problem)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6400 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5c70e0fb
......@@ -78,7 +78,7 @@ class BaobabConduit(ERP5Conduit):
, 'erp5_property': 'first_name'
, 'conditions' : {'erp5_portal_type':'Person'}
}
, { 'xml_property' : 'nom'
, {
, 'erp5_property': 'title'
, 'conditions' : {'erp5_portal_type':'Organisation'}
}],
......
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