Update product.class.php
Fix updatePrice syslog. Is travis still running phpunit tests?
This commit is contained in:
parent
c73f4e5d7b
commit
11c31667b8
@ -1416,7 +1416,7 @@ class Product extends CommonObject
|
|||||||
|
|
||||||
$id=$this->id;
|
$id=$this->id;
|
||||||
|
|
||||||
dol_syslog(get_class($this)."::update_price id=".$id." newprice=".$newprice." newpricebase=".$newpricebase." newminprice=".$newminprice." level=".$level." npr=".$newnpr," newdefaultvatcode=".$newdefaultvatcode);
|
dol_syslog(get_class($this)."::update_price id=".$id." newprice=".$newprice." newpricebase=".$newpricebase." newminprice=".$newminprice." level=".$level." npr=".$newnpr." newdefaultvatcode=".$newdefaultvatcode);
|
||||||
|
|
||||||
// Clean parameters
|
// Clean parameters
|
||||||
if (empty($this->tva_tx)) $this->tva_tx=0;
|
if (empty($this->tva_tx)) $this->tva_tx=0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user