Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 20, 2022
1 parent bab7ff2 commit d39eca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/commonobject.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3574,7 +3574,7 @@ public function update_price($exclspec = 0, $roundingadjust = 'none', $nodatabas
$sql .= ", multicurrency_total_tva = ".((float) price2num($this->multicurrency_total_tva, 'MT', 1));
$sql .= ", multicurrency_total_ttc = ".((float) price2num($this->multicurrency_total_ttc, 'MT', 1));
$sql .= " WHERE rowid = ".((int) $this->id);

dol_syslog(get_class($this)."::update_price", LOG_DEBUG);
$resql = $this->db->query($sql);

Expand Down

0 comments on commit d39eca4

Please sign in to comment.