2
0
forked from Wavyzz/dolibarr

Fix trans

This commit is contained in:
Laurent Destailleur
2023-08-09 15:24:45 +02:00
parent 44f775e354
commit 7c2036f437
2 changed files with 3 additions and 1 deletions

View File

@@ -3099,7 +3099,8 @@ if ($action == 'create') {
$facusing->fetch($object->fk_facture_source);
print ' <span class="opacitymediumbycolor paddingleft">'.$langs->transnoentities("CorrectInvoice", $facusing->getNomUrl(1)).'</span>';
} else {
print ' <span class="opacitymediumbycolor paddingleft">'.$langs->transnoentities("CorrectedInvoiceNotFound").'</span>';
$langs->load("errors");
print ' <span class="opacitymediumbycolor paddingleft">'.$langs->transnoentities("WarningCorrectedInvoiceNotFound").'</span>';
}
}

View File

@@ -359,6 +359,7 @@ WarningAutoValNotPossibleWhenStockIsDecreasedOnInvoiceVal=Automatic validation i
WarningModuleNeedRefrech = Module <b>%s</b> has been disabled. Don't forget to enable it
WarningPermissionAlreadyExist=Existing permissions for this object
WarningGoOnAccountancySetupToAddAccounts=If this list is empty, go into menu %s - %s - %s to load or create accounts for your chart of account.
WarningCorrectedInvoiceNotFound=Corrected invoice not found
SwissQrOnlyVIR = SwissQR invoice can only be added on invoices set to be paid with credit transfer payments.
SwissQrCreditorAddressInvalid = Creditor address is invalid (are ZIP and city set? (%s)