diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
index 6b67d0a2dcf..b39041542eb 100644
--- a/htdocs/fourn/facture/card.php
+++ b/htdocs/fourn/facture/card.php
@@ -3237,6 +3237,17 @@ if ($action == 'create') {
print '';
print '';
print '
'.price($resteapayeraffiche).' | ';
+
+ // Remainder to pay Multicurrency
+ if ($object->multicurrency_code != $conf->currency || $object->multicurrency_tx != 1) {
+ print '| ';
+ print '';
+ print $langs->trans('MulticurrencyRemainderToPay');
+ print '';
+ print ' | ';
+ print ''.(!empty($object->multicurrency_code) ? $object->multicurrency_code : $conf->currency).' '.price(price2num($object->multicurrency_tx*$resteapayeraffiche, 'MT')).' | ';
+ }
+
print ' |
';
} else // Credit note
{