Clean code
This commit is contained in:
parent
ea42fc7605
commit
0db5c98941
@ -3313,11 +3313,6 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
|||||||
if (empty($conf->global->SOCIETE_DISABLE_CONTACTS)) {
|
if (empty($conf->global->SOCIETE_DISABLE_CONTACTS)) {
|
||||||
$result = show_contacts($conf, $langs, $db, $object, $_SERVER["PHP_SELF"].'?socid='.$object->id);
|
$result = show_contacts($conf, $langs, $db, $object, $_SERVER["PHP_SELF"].'?socid='.$object->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Addresses list
|
|
||||||
if (!empty($conf->global->SOCIETE_ADDRESSES_MANAGEMENT)) {
|
|
||||||
$result = show_addresses($conf, $langs, $db, $object, $_SERVER["PHP_SELF"].'?socid='.$object->id);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user