diff --git a/htdocs/takepos/index.php b/htdocs/takepos/index.php
index 111ae5fa4ad..603749208d2 100644
--- a/htdocs/takepos/index.php
+++ b/htdocs/takepos/index.php
@@ -874,13 +874,13 @@ if (empty($conf->global->TAKEPOS_HIDE_HEAD_BAR)) {
query($sql);
- if ($resql)
- {
- while ($obj = $db->fetch_object($resql))
- print '';
- }
+ $sql .= " WHERE entity IN ('".getEntity('mutlicurrency')."')";
+ $resql = $db->query($sql);
+ if ($resql)
+ {
+ while ($obj = $db->fetch_object($resql))
+ print '';
+ }
?>