Skip to content
Snippets Groups Projects
Commit 13397964 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Untranslated dict errors

parent f5b5f88f
No related branches found
No related tags found
No related merge requests found
......@@ -386,9 +386,12 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
$fieldnamekey=$listfield[$f];
// We take translate key of field
if ($fieldnamekey == 'libelle') $fieldnamekey='Label';
if ($fieldnamekey == 'libelle_facture') $fieldnamekey = 'LabelOnDocuments';
if ($fieldnamekey == 'nbjour') $fieldnamekey='NbOfDays';
if ($fieldnamekey == 'decalage') $fieldnamekey='Offset';
if ($fieldnamekey == 'module') $fieldnamekey='Module';
if ($fieldnamekey == 'code') $fieldnamekey = 'Code';
$msg.=$langs->trans("ErrorFieldRequired",$langs->transnoentities($fieldnamekey)).'<br>';
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment