Fix: Clean var

This commit is contained in:
Laurent Destailleur 2013-12-14 17:25:57 +01:00
parent 648bf73bac
commit db9ef992eb

View File

@ -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;