From 46752dd38d014854bbadc74bf271dca4da150b9c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 24 Apr 2006 16:11:22 +0000 Subject: [PATCH] =?UTF-8?q?bugfix:=20le=20total=20TVA=20ne=20s'affichait?= =?UTF-8?q?=20pas=20=E0=20la=20cr=E9ation=20=E0=20partir=20d'une=20propale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 57a36bdbe87..ee2be30e97a 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -845,7 +845,7 @@ if ($_GET['action'] == 'create') print ''.$langs->trans('Proposal').''.$propal->ref.''; print ''.$langs->trans('TotalHT').''.price($propal->price).''; - print ''.$langs->trans('TotalVAT').''.price($propal->tva).""; + print ''.$langs->trans('TotalVAT').''.price($propal->total_tva).""; print ''.$langs->trans('TotalTTC').''.price($propal->total).""; } elseif ($_GET['commandeid'] > 0)