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

This commit is contained in:
Laurent Destailleur 2026-02-17 15:58:20 +01:00
commit 753d89d4ca

View file

@ -813,7 +813,7 @@ abstract class CommonInvoice extends CommonObject
} else {
$this->errors[] = array_merge($this->errors, $this->error);
}
return $hookmanager->resArray('result');
return $hookmanager->resArray['result'];
}
}
@ -1189,7 +1189,7 @@ abstract class CommonInvoice extends CommonObject
}
$this->db->free($resqltemp);
/* Definition de la date limit */
/* Define date limit */
// 0 : adding the number of days
if ($cdr_type == 0) {