Merge pull request #4979 from marcosgdf/bug-4748

FIX #4748 Supplier invoice payment confirmation amount is not translated
This commit is contained in:
Juanjo Menent 2016-04-10 11:51:07 +02:00
commit 3dbaa38cb4

View File

@ -432,7 +432,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
$preselectedchoice=$addwarning?'no':'yes';
print '<br>';
$text=$langs->trans('ConfirmSupplierPayment',$totalpayment,$langs->trans("Currency".$conf->currency));
$text=$langs->trans('ConfirmSupplierPayment', price($totalpayment),$langs->trans("Currency".$conf->currency));
if (GETPOST('closepaidinvoices'))
{
$text.='<br>'.$langs->trans("AllCompletelyPayedInvoiceWillBeClosed");