diff --git a/htdocs/propal.class.php3 b/htdocs/propal.class.php3 index 8e9056bfcb0..b28d83cc52f 100644 --- a/htdocs/propal.class.php3 +++ b/htdocs/propal.class.php3 @@ -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();