Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0

This commit is contained in:
Laurent Destailleur
2024-03-27 11:22:38 +01:00
14 changed files with 82 additions and 78 deletions

View File

@@ -4428,7 +4428,7 @@ class OrderLine extends CommonOrderLine
dol_syslog("OrderLine::delete", LOG_DEBUG);
$resql = $this->db->query($sql);
if ($resql) {
if (!$resql) {
$this->error = $this->db->lasterror();
$error++;
}