Fix: empty local tax

This commit is contained in:
Regis Houssin 2010-11-05 23:48:48 +00:00
parent e98abbd9b7
commit 9be7a76047

View File

@ -2274,6 +2274,8 @@ class PropaleLigne
if (empty($this->tva_tx)) $this->tva_tx=0;
if (empty($this->localtax1_tx)) $this->localtax1_tx=0;
if (empty($this->localtax2_tx)) $this->localtax2_tx=0;
if (empty($this->total_localtax1)) $this->total_localtax1=0;
if (empty($this->total_localtax2)) $this->total_localtax2=0;
if (empty($this->rang)) $this->rang=0;
if (empty($this->remise)) $this->remise=0;
if (empty($this->remise_percent)) $this->remise_percent=0;