update camel caps to update_total()
This commit is contained in:
parent
76f17737be
commit
c101a6c483
@ -2798,7 +2798,7 @@ class CommandeFournisseurLigne extends CommonOrderLine
|
||||
*
|
||||
* @return int <0 si ko, >0 si ok
|
||||
*/
|
||||
public function update_total()
|
||||
public function updateTotal()
|
||||
{
|
||||
$this->db->begin();
|
||||
|
||||
@ -2811,7 +2811,7 @@ class CommandeFournisseurLigne extends CommonOrderLine
|
||||
$sql.= ",total_ttc='".price2num($this->total_ttc)."'";
|
||||
$sql.= " WHERE rowid = ".$this->rowid;
|
||||
|
||||
dol_syslog(get_class($this)."::update_total", LOG_DEBUG);
|
||||
dol_syslog(get_class($this)."::updateTotal", LOG_DEBUG);
|
||||
|
||||
$resql=$this->db->query($sql);
|
||||
if ($resql)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user