2
0
forked from Wavyzz/dolibarr

Fix stickler-ci

This commit is contained in:
kkhelifa
2023-03-10 09:14:33 +01:00
parent 7f10ef5215
commit e47c395fe7

View File

@@ -2102,7 +2102,7 @@ abstract class CommonObject
$sql = "SELECT " . $field;
$sql .= " FROM " . MAIN_DB_PREFIX . $table;
$sql .= " WHERE " . $id_field . " = " . ((int)$id);
$sql .= " WHERE " . $id_field . " = " . ((int) $id);
$resql = $this->db->query($sql);
if ($resql) {