Skip to content
Snippets Groups Projects
Commit 3dbaa38c authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #4979 from marcosgdf/bug-4748

FIX #4748 Supplier invoice payment confirmation amount is not translated
parents b5dfa2e4 1026484d
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment