diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php index b463751dfa0..dda1d6738a7 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -278,7 +278,7 @@ if ($action == 'history') $invoice->fetch($placeid); } -if (!empty($conf->multicurrency->enabled) && $_SESSION["takeposcustomercurrency"]!="" && $conf->currency!=$_SESSION["takeposcustomercurrency"]) { +if (!empty($conf->multicurrency->enabled) && $_SESSION["takeposcustomercurrency"]!="") { $invoice->setMulticurrencyCode($_SESSION["takeposcustomercurrency"]); }