From 945e3db9529c9bfbcf6ed81ac71184b12305ffb3 Mon Sep 17 00:00:00 2001 From: ATM john Date: Tue, 16 Apr 2019 22:03:11 +0200 Subject: [PATCH] remove text --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 68224a8e87c..ff64be91942 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -8160,7 +8160,7 @@ function dolGetButtonTitle($label, $helpText = '', $iconClass = 'fa fa-file', $u } $class = 'btnTitle' ; - $conf->global->MAIN_USE_NEW_TITLE_BUTTON = 1; + // hidden conf keep during button transition TODO: remove this block if(empty($conf->global->MAIN_USE_NEW_TITLE_BUTTON)){ $class = 'butActionNew';