2
0
forked from Wavyzz/dolibarr

Fix bad log

This commit is contained in:
Laurent Destailleur
2019-03-16 23:41:06 +01:00
parent 71d7c11388
commit 5f9fa817fb

View File

@@ -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;