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