From 60fd1f51560ac8f0a720ec5424c61b7f84d29226 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 20 Jan 2020 12:47:49 +0100 Subject: [PATCH] Fix bad entry in menu --- htdocs/barcode/printsheet.php | 2 +- htdocs/install/upgrade2.php | 1 + htdocs/opensurvey/index.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/barcode/printsheet.php b/htdocs/barcode/printsheet.php index 4a6e32684fd..828d2ecff50 100644 --- a/htdocs/barcode/printsheet.php +++ b/htdocs/barcode/printsheet.php @@ -264,7 +264,7 @@ $form = new Form($db); llxHeader('', $langs->trans("BarCodePrintsheet")); -print load_fiche_titre($langs->trans("BarCodePrintsheet")); +print load_fiche_titre($langs->trans("BarCodePrintsheet"), '', 'barcode'); print '
'; print $langs->trans("PageToGenerateBarCodeSheets", $langs->transnoentitiesnoconv("BuildPageToPrint")).'
'; diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php index 4d29f03003e..12d9ef9b734 100644 --- a/htdocs/install/upgrade2.php +++ b/htdocs/install/upgrade2.php @@ -484,6 +484,7 @@ if (!GETPOST('action', 'aZ09') || preg_match('/upgrade/i', GETPOST('action', 'aZ 'MAIN_MODULE_PAYBOX'=>'newboxdefonly', 'MAIN_MODULE_PRINTING'=>'newboxdefonly', 'MAIN_MODULE_PRODUIT'=>'newboxdefonly', + 'MAIN_MODULE_RESOURCE'=>'newboxdefonly', 'MAIN_MODULE_SALARIES'=>'newboxdefonly', 'MAIN_MODULE_SYSLOG'=>'newboxdefonly', 'MAIN_MODULE_SOCIETE'=>'newboxdefonly', diff --git a/htdocs/opensurvey/index.php b/htdocs/opensurvey/index.php index 92bcd788ad6..53f45e75dcf 100644 --- a/htdocs/opensurvey/index.php +++ b/htdocs/opensurvey/index.php @@ -59,7 +59,7 @@ else dol_print_error($db, ''); $title = $langs->trans("OpenSurveyArea"); llxHeader('', $title); -print load_fiche_titre($title, '', 'wrench'); +print load_fiche_titre($title, '', 'generic'); print '
';