mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix: doublon de traduction
dplacement des traductions des monnaies dans le fichier dict.lang
This commit is contained in:
@@ -621,10 +621,10 @@ if ($step == 4 && $datatoexport)
|
||||
|
||||
// test d'affichage du tableau excel et csv
|
||||
|
||||
//print '<table width="100%"><tr><td>';
|
||||
//viewExcelFileContent($conf->export->dir_temp.'/1/export_commande_1.xls',5,3);
|
||||
print '<table width="100%"><tr><td>';
|
||||
viewExcelFileContent($conf->export->dir_temp.'/1/export_commande_1.xls',5,3);
|
||||
//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)
|
||||
{
|
||||
global $user, $conf, $langs, $db, $micro_start_time;
|
||||
|
||||
$langs->load("dict");
|
||||
|
||||
// Pour le tuning optionnel. Activer si la variable d'environnement DOL_TUNING
|
||||
// est positionne A appeler avant tout.
|
||||
|
||||
Reference in New Issue
Block a user