Addressbook: Use infolog icon for CRM of organisation action

This commit is contained in:
nathan 2022-10-24 13:59:52 -06:00
parent cc4db511a7
commit b998382cd2

View File

@ -434,7 +434,7 @@ class addressbook_ui extends addressbook_bo
{
$actions['view']['children']["view-$app"] = array(
'caption' => $app,
'icon' => "$app/navbar"
'icon' => $app == 'infolog-organisation' ? "infolog/navbar" : "$app/navbar"
);
}
}