From 2cfe740d85df1bb1f82ee2e10ccda46fdc21507e Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sat, 12 Sep 2020 17:08:44 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/compta/paiement/class/paiement.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/paiement/class/paiement.class.php b/htdocs/compta/paiement/class/paiement.class.php index 94c5971a416..67ab5fc3c22 100644 --- a/htdocs/compta/paiement/class/paiement.class.php +++ b/htdocs/compta/paiement/class/paiement.class.php @@ -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 = ''; }