mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Look and feel v6 - Show status of thirdparty in dol_banner
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user