diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 6623525341a..a900cf98889 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -8037,7 +8037,7 @@ function dolGetStatus($statusLabel = '', $statusLabelShort = '', $html = '', $st $return = $htmlImg .' '. $htmlLabel; } elseif ($displayMode === 5) { - $return = $displayMode.$htmlLabelShort .' '. $htmlImg; + $return = $htmlLabelShort .' '. $htmlImg; } else { // $displayMode >= 6 $return = $htmlLabel .' '. $htmlImg;