From f0c10f24ce636df5cce9625ec6b377837d47e0c8 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 17 Mar 2007 20:02:38 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20probl=E8me=20d'affichage=20des=20totaux?= =?UTF-8?q?=20dans=20IE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/propal.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index f58a27e7a25..2bd08f76bda 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -1035,14 +1035,19 @@ if ($_GET['propalid'] > 0) print ''; } - // Amount + // Amount HT print ''.$langs->trans('AmountHT').''; - print ''.price($propal->total_ht).''; + print ''.price($propal->total_ht).''; print ''.$langs->trans("Currency".$conf->monnaie).''; - print ''.$langs->trans('AmountVAT').''.price($propal->total_tva).''; + // Amount VAT + print ''.$langs->trans('AmountVAT').''; + print ''.price($propal->total_tva).''; print ''.$langs->trans("Currency".$conf->monnaie).''; - print ''.$langs->trans('AmountTTC').''.price($propal->total_ttc).''; + + // Amount TTC + print ''.$langs->trans('AmountTTC').''; + print ''.price($propal->total_ttc).''; print ''.$langs->trans("Currency".$conf->monnaie).''; // Statut