Fixing style errors.
This commit is contained in:
parent
acc995a553
commit
2cfe740d85
@ -283,7 +283,7 @@ class Paiement extends CommonObject
|
|||||||
$this->db->begin();
|
$this->db->begin();
|
||||||
|
|
||||||
$this->ref = $this->getNextNumRef(is_object($thirdparty) ? $thirdparty : '');
|
$this->ref = $this->getNextNumRef(is_object($thirdparty) ? $thirdparty : '');
|
||||||
|
|
||||||
if (empty($this->ref_ext)) {
|
if (empty($this->ref_ext)) {
|
||||||
$this->ref_ext = '';
|
$this->ref_ext = '';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user