From a1f7c109cb57346601b222df809ac732cf1986d3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 26 Aug 2010 22:09:51 +0000 Subject: [PATCH] Fix: Bad parameters order --- htdocs/comm/propal/class/propal.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/comm/propal/class/propal.class.php b/htdocs/comm/propal/class/propal.class.php index a9e2c6b3aca..22b0e52c149 100644 --- a/htdocs/comm/propal/class/propal.class.php +++ b/htdocs/comm/propal/class/propal.class.php @@ -655,6 +655,8 @@ class Propal extends CommonObject $this->products[$i]->subprice, $this->products[$i]->qty, $this->products[$i]->tva_tx, + $this->products[$i]->localtax1_tx, + $this->products[$i]->localtax2_tx, $this->products[$i]->fk_product, $this->products[$i]->remise_percent, 'HT'