mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-10 01:42:33 +01:00
Fix: Project id was not read correctly
This commit is contained in:
@@ -524,6 +524,7 @@ class CommonObject
|
||||
dol_syslog("CommonObject::setProject sql=".$sql);
|
||||
if ($this->db->query($sql))
|
||||
{
|
||||
$this->project_id=$projid;
|
||||
$this->projet_id=$projid;
|
||||
$this->projetidp=$projid;
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user