diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index ce7a7a9ec8d..8ca8d5e06af 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -2312,7 +2312,9 @@ function top_menu_user($hideloginname = 0, $urllogout = '')
}
$dropdownBody .= '
'.$langs->trans("VATIntraShort").': '.dol_print_profids(getDolGlobalString("MAIN_INFO_TVAINTRA"), 'VAT').'';
$dropdownBody .= '
'.$langs->trans("Country").': '.($mysoc->country_code ? $langs->trans("Country".$mysoc->country_code) : '').'';
-
+ if (isModEnabled('multicurrency')) {
+ $dropdownBody .= '
'.$langs->trans("Currency").': '.$conf->currency.'';
+ }
$dropdownBody .= '';
$dropdownBody .= '
';