Skip to content

Commit

Permalink
update camel caps to update_total()
Browse files Browse the repository at this point in the history
  • Loading branch information
olsesacl committed Jul 19, 2016
1 parent 76f1773 commit c101a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/fourn/class/fournisseur.commande.class.php
Expand Up @@ -2798,7 +2798,7 @@ public function fetch($rowid)
*
* @return int <0 si ko, >0 si ok
*/
public function update_total()
public function updateTotal()
{
$this->db->begin();

Expand All @@ -2811,7 +2811,7 @@ public function update_total()
$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)
Expand Down

0 comments on commit c101a6c

Please sign in to comment.