Look and feel v6 - Show status of thirdparty in dol_banner

This commit is contained in:
Laurent Destailleur
2017-11-18 01:48:16 +01:00
parent 7ddf1669ef
commit 80bdb45be8
4 changed files with 25 additions and 9 deletions

View File

@@ -1434,7 +1434,7 @@ function dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='r
$morehtmlstatus.=ajax_object_onoff($object, 'status', 'status', 'InActivity', 'ActivityCeased');
}
else {
$morehtmlstatus.=$object->getLibStatut(5);
$morehtmlstatus.=$object->getLibStatut(6);
}
}
elseif ($object->element == 'product')