change dolsyslog
This commit is contained in:
parent
07b6c991ff
commit
76f17737be
@ -2811,7 +2811,7 @@ class CommandeFournisseurLigne extends CommonOrderLine
|
|||||||
$sql.= ",total_ttc='".price2num($this->total_ttc)."'";
|
$sql.= ",total_ttc='".price2num($this->total_ttc)."'";
|
||||||
$sql.= " WHERE rowid = ".$this->rowid;
|
$sql.= " WHERE rowid = ".$this->rowid;
|
||||||
|
|
||||||
dol_syslog("CommandeFournisseurLigne.class.php::update_total", LOG_DEBUG);
|
dol_syslog(get_class($this)."::update_total", LOG_DEBUG);
|
||||||
|
|
||||||
$resql=$this->db->query($sql);
|
$resql=$this->db->query($sql);
|
||||||
if ($resql)
|
if ($resql)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user