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 '';
}