Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-03-11 20:45:28 +01:00 committed by GitHub
parent 57c6c60118
commit 052d29d946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3199,11 +3199,8 @@ class Propal extends CommonObject
elseif ($statut==self::STATUS_SIGNED) $statusType='status3';
elseif ($statut==self::STATUS_NOTSIGNED) $statusType='status5';
elseif ($statut==self::STATUS_BILLED) $statusType='status6';
return dolGetStatus($this->labelstatut[$statut], $this->labelstatut_short[$statut], '', $statusType, $mode);
}