Removed debugging function
This commit is contained in:
parent
f8e8b39ff2
commit
f6616deef3
@ -493,7 +493,7 @@ class Product extends CommonObject
|
|||||||
$sql.= ", accountancy_code_sell= '" . $this->accountancy_code_sell."'";
|
$sql.= ", accountancy_code_sell= '" . $this->accountancy_code_sell."'";
|
||||||
$sql.= ", desiredstock = " . ((isset($this->desiredstock) && $this->desiredstock != '') ? $this->desiredstock : "null");
|
$sql.= ", desiredstock = " . ((isset($this->desiredstock) && $this->desiredstock != '') ? $this->desiredstock : "null");
|
||||||
$sql.= " WHERE rowid = " . $id;
|
$sql.= " WHERE rowid = " . $id;
|
||||||
var_dump($sql);die;
|
|
||||||
dol_syslog(get_class($this)."update sql=".$sql);
|
dol_syslog(get_class($this)."update sql=".$sql);
|
||||||
$resql=$this->db->query($sql);
|
$resql=$this->db->query($sql);
|
||||||
if ($resql)
|
if ($resql)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user