Update card.php
This commit is contained in:
parent
a359c7a681
commit
02200b9810
@ -2725,7 +2725,7 @@ if ($action == 'create') {
|
|||||||
$facusing->fetch($object->fk_facture_source);
|
$facusing->fetch($object->fk_facture_source);
|
||||||
print ' ('.$langs->transnoentities("CorrectInvoice", $facusing->getNomUrl(1)).')';
|
print ' ('.$langs->transnoentities("CorrectInvoice", $facusing->getNomUrl(1)).')';
|
||||||
} else {
|
} else {
|
||||||
print ' ('.$langs->transnoentities("NoInvoiceToCorrect").')';
|
print ' ('.$langs->transnoentities("CorrectInvoiceNotFound").')';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user