Fix: doublon de traduction
dplacement des traductions des monnaies dans le fichier dict.lang
This commit is contained in:
parent
9674bd3cf5
commit
a89628703c
@ -621,10 +621,10 @@ if ($step == 4 && $datatoexport)
|
|||||||
|
|
||||||
// test d'affichage du tableau excel et csv
|
// test d'affichage du tableau excel et csv
|
||||||
|
|
||||||
//print '<table width="100%"><tr><td>';
|
print '<table width="100%"><tr><td>';
|
||||||
//viewExcelFileContent($conf->export->dir_temp.'/1/export_commande_1.xls',5,3);
|
viewExcelFileContent($conf->export->dir_temp.'/1/export_commande_1.xls',5,3);
|
||||||
//viewCsvFileContent($conf->export->dir_temp.'/1/export_commande_1.csv',5);
|
//viewCsvFileContent($conf->export->dir_temp.'/1/export_commande_1.csv',5);
|
||||||
//print '</td></tr></table>';
|
print '</td></tr></table>';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -626,6 +626,8 @@ else
|
|||||||
function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0)
|
function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0)
|
||||||
{
|
{
|
||||||
global $user, $conf, $langs, $db, $micro_start_time;
|
global $user, $conf, $langs, $db, $micro_start_time;
|
||||||
|
|
||||||
|
$langs->load("dict");
|
||||||
|
|
||||||
// Pour le tuning optionnel. Activer si la variable d'environnement DOL_TUNING
|
// Pour le tuning optionnel. Activer si la variable d'environnement DOL_TUNING
|
||||||
// est positionne A appeler avant tout.
|
// est positionne A appeler avant tout.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user