2
0
forked from Wavyzz/dolibarr

clean code expedition class (#35327)

* clean code expedition class

* clean code expedition class

* clean code expedition class

* clean code expedition class

* clean code expedition class

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* clean code
This commit is contained in:
Frédéric FRANCE
2025-09-15 16:16:22 +02:00
committed by GitHub
parent 4c80eee890
commit 21d50f1a58
23 changed files with 163 additions and 281 deletions

View File

@@ -2375,7 +2375,7 @@ class Commande extends CommonOrder
if ($resql) {
$obj = $this->db->fetch_object($resql);
if ($obj) {
$nb = $obj->nb;
$nb = (int) $obj->nb;
}
$this->db->free($resql);