Skip to content

Commit

Permalink
Removed debugging function
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgdf committed May 9, 2015
1 parent f8e8b39 commit f6616de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/class/product.class.php
Expand Up @@ -493,7 +493,7 @@ function update($id, $user, $notrigger=false, $action='update')
$sql.= ", accountancy_code_sell= '" . $this->accountancy_code_sell."'";
$sql.= ", desiredstock = " . ((isset($this->desiredstock) && $this->desiredstock != '') ? $this->desiredstock : "null");
$sql.= " WHERE rowid = " . $id;
var_dump($sql);die;

dol_syslog(get_class($this)."update sql=".$sql);
$resql=$this->db->query($sql);
if ($resql)
Expand Down

0 comments on commit f6616de

Please sign in to comment.