fix phpstan (#31061)

* fix phpstan

* fix phpstan
This commit is contained in:
Frédéric FRANCE
2024-09-20 17:25:39 +02:00
committed by GitHub
parent c8a1ac578d
commit 13d4d96dfc
13 changed files with 24 additions and 22 deletions

View File

@@ -1169,7 +1169,7 @@ class Commande extends CommonOrder
$this->add_contact($objcontact->fk_socpeople, $objcontact->code, $objcontact->source); // May failed because of duplicate key or because code of contact type does not exists for new object
}
} else {
dol_print_error($this->db, $resqlcontact);
dol_print_error($this->db);
}
}