diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php index d0a67aa6448..23d259fd2e1 100644 --- a/htdocs/societe/paymentmodes.php +++ b/htdocs/societe/paymentmodes.php @@ -868,7 +868,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard' } print ''; } - } + } print ''; print ''; @@ -1252,7 +1252,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard' print ''; print ''.$langs->trans('Status').''; print ''.$langs->trans('Amount').''; - print ''.$langs->trans('Currency').''; + print ''.$langs->trans('Currency').''; print ''; if (is_array($balance->available) && count($balance->available)) @@ -1260,19 +1260,19 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard' foreach ($balance->available as $cpt) { print ''.$langs->trans("Available").''.price($cpt->amount, 0, '', 1, - 1, - 1, strtoupper($cpt->currency)).' '.$langs->trans("Currency".strtoupper($cpt->currency)).''; - } - } + } + } if (is_array($balance->pending) && count($balance->pending)) { foreach ($balance->pending as $cpt) { print ''.$langs->trans("Pending").''.price($cpt->amount, 0, '', 1, - 1, - 1, strtoupper($cpt->currency)).' '.$langs->trans("Currency".strtoupper($cpt->currency)).''; - } + } } print ''; print '
'; - } + } // List of bank accounts