From 7f21bcc9ce856387641a6eeb6687b4cb73b8cc68 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 17 May 2006 09:37:32 +0000 Subject: [PATCH] bugfix et traduction --- htdocs/comm/propal/apercu.php | 2 +- htdocs/commande/apercu.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/propal/apercu.php b/htdocs/comm/propal/apercu.php index 9f3c986bd13..f40c41ed988 100644 --- a/htdocs/comm/propal/apercu.php +++ b/htdocs/comm/propal/apercu.php @@ -144,7 +144,7 @@ if ($_GET["propalid"] > 0) { } print ''.$societe->nom.''; // partie Droite - print 'Conditions de réglement'; + print ''.$langs->trans("PaymentConditions").''; print ''.' '.''; print ''; diff --git a/htdocs/commande/apercu.php b/htdocs/commande/apercu.php index 309e8d98c5a..e932f4bd85a 100644 --- a/htdocs/commande/apercu.php +++ b/htdocs/commande/apercu.php @@ -237,7 +237,7 @@ if ($_GET["id"] > 0) { // ligne 7 // partie Gauche print ''.$langs->trans('AmountHT').''; - print ''.price($commande->price).''; + print ''.price($commande->total_ht).''; print ''.$langs->trans("Currency".$conf->monnaie).''; print ''; }