Trans
This commit is contained in:
parent
aab6281ba6
commit
f825d3fda4
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user