Fix: bad sql request

This commit is contained in:
Laurent Destailleur 2015-02-26 12:11:31 +01:00
parent be529e7269
commit 386eaf0911

View File

@ -3088,6 +3088,7 @@ class PropaleLigne extends CommonObject
if (empty($this->special_code)) $this->special_code=0;
if (empty($this->fk_parent_line)) $this->fk_parent_line=0;
if (empty($this->fk_fournprice)) $this->fk_fournprice=0;
if (empty($this->subprice)) $this->subprice=0;
if (empty($this->pa_ht)) $this->pa_ht=0;