Fix: Clean var
This commit is contained in:
parent
648bf73bac
commit
db9ef992eb
@ -2943,7 +2943,8 @@ class PropaleLigne
|
|||||||
if (empty($this->total_localtax2)) $this->total_localtax2=0;
|
if (empty($this->total_localtax2)) $this->total_localtax2=0;
|
||||||
if (empty($this->marque_tx)) $this->marque_tx=0;
|
if (empty($this->marque_tx)) $this->marque_tx=0;
|
||||||
if (empty($this->marge_tx)) $this->marge_tx=0;
|
if (empty($this->marge_tx)) $this->marge_tx=0;
|
||||||
if (empty($this->remise)) $this->remise=0;
|
if (empty($this->price)) $this->price=0; // TODO A virer
|
||||||
|
if (empty($this->remise)) $this->remise=0; // TODO A virer
|
||||||
if (empty($this->remise_percent)) $this->remise_percent=0;
|
if (empty($this->remise_percent)) $this->remise_percent=0;
|
||||||
if (empty($this->info_bits)) $this->info_bits=0;
|
if (empty($this->info_bits)) $this->info_bits=0;
|
||||||
if (empty($this->special_code)) $this->special_code=0;
|
if (empty($this->special_code)) $this->special_code=0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user