From e382f136376f07132c7e236ab9a74cfd4d64549b Mon Sep 17 00:00:00 2001 From: John BOTELLA Date: Tue, 5 Mar 2019 17:16:38 +0100 Subject: [PATCH] remove test --- 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 942099554a2..6f00709e960 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -8063,7 +8063,7 @@ function dolGetStatus($statusLabel = '', $statusLabelShort = '', $html = '', $st } - return $return.$displayMode; + return $return; }