Fixing style errors.

This commit is contained in:
stickler-ci
2020-09-12 17:08:44 +00:00
parent acc995a553
commit 2cfe740d85

View File

@@ -283,7 +283,7 @@ class Paiement extends CommonObject
$this->db->begin();
$this->ref = $this->getNextNumRef(is_object($thirdparty) ? $thirdparty : '');
if (empty($this->ref_ext)) {
$this->ref_ext = '';
}