mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix contratcs are always zero on statistics board
This commit is contained in:
@@ -2257,7 +2257,7 @@ class Contrat extends CommonObject
|
||||
{
|
||||
while ($obj = $this->db->fetch_object($resql))
|
||||
{
|
||||
$this->nb["Contracts"] = $obj->nb;
|
||||
$this->nb["contracts"] = $obj->nb;
|
||||
}
|
||||
$this->db->free($resql);
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user