From d43d1e851910d24e50981f73baa6ca929cccec6f Mon Sep 17 00:00:00 2001 From: andreubisquerra Date: Sat, 3 Oct 2020 23:03:08 +0200 Subject: [PATCH] Clean --- htdocs/takepos/receipt.php | 1 - 1 file changed, 1 deletion(-) 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 ''; }