Commit d270d3fb authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_corporate_identity: get correct value

parent cb2cacae
......@@ -16,7 +16,7 @@ if sender_company:
return source.get("organisation_title", "")
if sender:
return source.get("name", "")
return source.get("contributor_title_string", "")
if logo:
url = source.get('enhanced_logo_url', '')
......
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