From 3109d9c16a5c3108b1d24529f7c0424e1a702e1a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 24 Jul 2020 09:58:39 +0200 Subject: [PATCH] Look and feel v13 --- htdocs/admin/pdf.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/admin/pdf.php b/htdocs/admin/pdf.php index b1e4a0bb0e8..6fb1cb297dd 100644 --- a/htdocs/admin/pdf.php +++ b/htdocs/admin/pdf.php @@ -83,6 +83,7 @@ if ($action == 'update') dolibarr_set_const($db, "PDF_USE_ALSO_LANGUAGE_CODE", GETPOST('PDF_USE_ALSO_LANGUAGE_CODE', 'alpha'), 'chaine', 0, '', $conf->entity); + setEventMessages($langs->trans("SetupSaved"), null, 'mesgs'); header("Location: ".$_SERVER["PHP_SELF"]."?mainmenu=home&leftmenu=setup"); exit;