Fix Bug [ bug #681 ] Can't modify a line a business proposal

This commit is contained in:
fhenry 2013-01-15 23:04:42 +01:00
parent b8dfee2a3b
commit ff06b05b3d

View File

@ -2786,7 +2786,6 @@ class PropaleLigne
}
$sql.= " , fk_product_fournisseur_price='".$this->fk_fournprice."'";
$sql.= " , buy_price_ht='".price2num($this->pa_ht)."'";
$sql.= " , info_bits=".$this->info_bits;
if (strlen($this->special_code)) $sql.= " , special_code=".$this->special_code;
$sql.= " , fk_parent_line=".($this->fk_parent_line>0?$this->fk_parent_line:"null");
if (! empty($this->rang)) $sql.= ", rang=".$this->rang;