FIX #4748 Supplier invoice payment confirmation amount is not translated
Close #4748
This commit is contained in:
parent
b5dfa2e446
commit
1026484da1
@ -432,7 +432,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
|
|||||||
$preselectedchoice=$addwarning?'no':'yes';
|
$preselectedchoice=$addwarning?'no':'yes';
|
||||||
|
|
||||||
print '<br>';
|
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'))
|
if (GETPOST('closepaidinvoices'))
|
||||||
{
|
{
|
||||||
$text.='<br>'.$langs->trans("AllCompletelyPayedInvoiceWillBeClosed");
|
$text.='<br>'.$langs->trans("AllCompletelyPayedInvoiceWillBeClosed");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user