diff --git a/UI/WebServerResources/js/Contacts/Card.service.js b/UI/WebServerResources/js/Contacts/Card.service.js index 7ea90a23d..4cc9e9fa3 100644 --- a/UI/WebServerResources/js/Contacts/Card.service.js +++ b/UI/WebServerResources/js/Contacts/Card.service.js @@ -220,7 +220,7 @@ if (unit.value !== '') description.push(unit.value); }); - if (this.org) description.push(this.org); + if (this.c_org) description.push(this.c_org); if (this.description) description.push(this.description); return description.join(', ');