Mise jour fetch

This commit is contained in:
Rodolphe Quiedeville 2003-06-20 17:00:19 +00:00
parent e9924b30f7
commit a4ca2266ed

View File

@ -243,7 +243,7 @@ class Propal
$this->price = $obj->price;
$this->remise = $obj->remise;
$this->total = $obj->total;
$this->total_ht = $obj->total;
$this->total_ht = $obj->price;
$this->total_ttc = $obj->total;
$this->socidp = $obj->fk_soc;
$this->lignes = array();