If no project, update line is impossible
This commit is contained in:
parent
608c93702d
commit
c743f6cfe5
@ -1265,7 +1265,9 @@ class ExpenseReport extends CommonObject
|
|||||||
$sql.= " FROM ".MAIN_DB_PREFIX."projet as p";
|
$sql.= " FROM ".MAIN_DB_PREFIX."projet as p";
|
||||||
$sql.= " WHERE p.rowid = ".$projet_id;
|
$sql.= " WHERE p.rowid = ".$projet_id;
|
||||||
$result = $this->db->query($sql);
|
$result = $this->db->query($sql);
|
||||||
$objp_projet = $this->db->fetch_object($result);
|
if ($result) {
|
||||||
|
$objp_projet = $this->db->fetch_object($result);
|
||||||
|
}
|
||||||
$ligne->projet_ref = $objp_projet->ref_projet;
|
$ligne->projet_ref = $objp_projet->ref_projet;
|
||||||
$ligne->projet_title = $objp_projet->title_projet;
|
$ligne->projet_title = $objp_projet->title_projet;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user