From c0d59e5e4ffd8dbbbfc84d70bce81ec2dfc16af8 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 17 May 2006 09:37:33 +0000 Subject: [PATCH] bugfix et traduction --- htdocs/commande/apercu.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/commande/apercu.php b/htdocs/commande/apercu.php index e932f4bd85a..977fc689d18 100644 --- a/htdocs/commande/apercu.php +++ b/htdocs/commande/apercu.php @@ -46,7 +46,6 @@ $langs->load('sendings'); require_once(DOL_DOCUMENT_ROOT.'/commande/commande.class.php'); -require_once(DOL_DOCUMENT_ROOT.'/propal.class.php'); if ($conf->projet->enabled) { @@ -237,7 +236,7 @@ if ($_GET["id"] > 0) { // ligne 7 // partie Gauche print ''.$langs->trans('AmountHT').''; - print ''.price($commande->total_ht).''; + print ''.price($commande->amount_ht).''; print ''.$langs->trans("Currency".$conf->monnaie).''; print ''; }