Update card.php

This commit is contained in:
Laurent Destailleur 2021-11-05 13:10:44 +01:00 committed by GitHub
parent a359c7a681
commit 02200b9810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2725,7 +2725,7 @@ if ($action == 'create') {
$facusing->fetch($object->fk_facture_source);
print ' ('.$langs->transnoentities("CorrectInvoice", $facusing->getNomUrl(1)).')';
} else {
print ' ('.$langs->transnoentities("NoInvoiceToCorrect").')';
print ' ('.$langs->transnoentities("CorrectInvoiceNotFound").')';
}
}