diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php
index 11a5955a3ff..e44feb047ab 100644
--- a/htdocs/societe/paymentmodes.php
+++ b/htdocs/societe/paymentmodes.php
@@ -1342,7 +1342,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
{
foreach ($currencybalance as $cpt)
{
- print '
| '.$langs->trans("Currency".strtoupper($cpt['pending'])).' | '.price($cpt['available'], 0, '', 1, - 1, - 1, strtoupper($cpt['currency'])).' | '.price($cpt->pending, 0, '', 1, - 1, - 1, strtoupper($cpt['currency'])).' | '.price($cpt['available']+$cpt->pending, 0, '', 1, - 1, - 1, strtoupper($cpt['currency'])).' |
';
+ print '| '.$langs->trans("Currency".strtoupper($cpt['currency'])).' | '.price($cpt['available'], 0, '', 1, - 1, - 1, strtoupper($cpt['currency'])).' | '.price($cpt->pending, 0, '', 1, - 1, - 1, strtoupper($cpt['currency'])).' | '.price($cpt['available']+$cpt->pending, 0, '', 1, - 1, - 1, strtoupper($cpt['currency'])).' |
';
}
}