FIX : Stickler-ci

This commit is contained in:
Adrien Raze 2021-08-30 15:51:59 +02:00
parent b1ada26f55
commit 7794a01a0b

View File

@ -4027,9 +4027,7 @@ class Product extends CommonObject
if (! $this->db->query($sql)) {
dol_print_error($this->db);
return -1;
}
else
{
} else {
return 1;
}
} else {