This commit is contained in:
Laurent Destailleur 2021-08-28 13:27:55 +02:00
parent aab6281ba6
commit f825d3fda4
2 changed files with 2 additions and 2 deletions

View File

@ -430,7 +430,7 @@ if ($action == 'makepayment_confirm' && $user->rights->facture->paiement) {
}
}
if (empty($errorpayment)) {
setEventMessage($langs->trans('RegisterPaymentAndClasiffiedPayedDone', $facture->ref));
setEventMessage($langs->trans('PaymentRegisteredAndInvoiceSetToPaid', $facture->ref));
}
}
}

View File

@ -593,4 +593,4 @@ SituationTotalProgress=Total progress %d %%
SearchUnpaidInvoicesWithDueDate=Search unpaid invoices with a due date = %s
RegisterPaymentAndClasiffiedPayed=Enter payment and classify 'Paid'
NoPaymentAvailable=No payment available for %s
RegisterPaymentAndClasiffiedPayedDone=Payment registered and classify 'Paid' done for invoice %s
PaymentRegisteredAndInvoiceSetToPaid=Payment registered and invoice %s set to paid