diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php
index 7bfbc9ea076..97630ca4252 100644
--- a/htdocs/compta/paiement.php
+++ b/htdocs/compta/paiement.php
@@ -578,7 +578,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
print '
';
print '| '.$arraytitle.' | ';
print ''.$langs->trans('Date').' | ';
- print ''.$langs->trans('Currency').' | ';
+ if (!empty($conf->multicurrency->enabled)) print ''.$langs->trans('Currency').' | ';
if (!empty($conf->multicurrency->enabled)) print ''.$langs->trans('MulticurrencyAmountTTC').' | ';
if (!empty($conf->multicurrency->enabled)) print ''.$multicurrencyalreadypayedlabel.' | ';
if (!empty($conf->multicurrency->enabled)) print ''.$multicurrencyremaindertopay.' | ';
@@ -633,7 +633,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
print ''.dol_print_date($db->jdate($objp->df),'day')." | \n";
// Currency
- print ''.$objp->multicurrency_code." | \n";
+ if (!empty($conf->multicurrency->enabled)) print ''.$objp->multicurrency_code." | \n";
// Multicurrency Price
if (!empty($conf->multicurrency->enabled))