Fix label short

This commit is contained in:
Laurent Destailleur
2019-03-25 16:16:08 +01:00
parent f27f65e8bf
commit 513ef1e727

View File

@@ -8027,7 +8027,7 @@ function dolGetStatus($statusLabel = '', $statusLabelShort = '', $html = '', $st
}
if ($displayMode === 2) {
$return = $htmlImg .' '. $htmlLabel;
$return = $htmlImg .' '. $htmlLabelShort;
}
elseif ($displayMode === 3) {
$return = $htmlImg;