diff --git a/htdocs/takepos/receipt.php b/htdocs/takepos/receipt.php
index 2bf24aa0cd3..f32e4d82061 100644
--- a/htdocs/takepos/receipt.php
+++ b/htdocs/takepos/receipt.php
@@ -189,7 +189,6 @@ if (!empty($conf->multicurrency->enabled) && $_SESSION["takeposcustomercurrency"
$multicurrency->fetch(0, $_SESSION["takeposcustomercurrency"]);
echo '
| ';
if ($gift!=1) echo ''.$langs->trans("TotalTTC").' '.$_SESSION["takeposcustomercurrency"].' | '.price($object->total_ttc*$multicurrency->rate->rate, 1, '', 1, - 1, - 1, $_SESSION["takeposcustomercurrency"])."\n";
- //if ($gift!=1) echo ''.$langs->trans("TotalTTC").' | '.price($line->total_ttc*$multicurrency->rate->rate).' '.$_SESSION["takeposcustomercurrency"]."\n";
echo ' |
';
}