Update contact.class.php
This commit is contained in:
parent
7f1b67f0e4
commit
6e03e0ba83
@ -1264,7 +1264,7 @@ class Contact extends CommonObject
|
||||
// phpcs:enable
|
||||
global $langs;
|
||||
|
||||
if (empty($this->status) || empty($this->statusshort))
|
||||
if (empty($this->labelstatus) || empty($this->labelstatusshort))
|
||||
{
|
||||
$this->labelstatus[0] = 'ActivityCeased';
|
||||
$this->labelstatusshort[0] = 'ActivityCeased';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user