Update card.php
This commit is contained in:
parent
dd1d7121a8
commit
b6d665a91c
@ -862,12 +862,6 @@ if ($object->id > 0)
|
|||||||
show_contacts($conf, $langs, $db, $object, $_SERVER["PHP_SELF"].'?socid='.$object->id);
|
show_contacts($conf, $langs, $db, $object, $_SERVER["PHP_SELF"].'?socid='.$object->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Addresses list
|
|
||||||
if (! empty($conf->global->SOCIETE_ADDRESSES_MANAGEMENT) && ! empty($conf->global->MAIN_REPEATADDRESSONEACHTAB))
|
|
||||||
{
|
|
||||||
$result=show_addresses($conf, $langs, $db, $object, $_SERVER["PHP_SELF"].'?socid='.$object->id);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (! empty($conf->global->MAIN_REPEATTASKONEACHTAB))
|
if (! empty($conf->global->MAIN_REPEATTASKONEACHTAB))
|
||||||
{
|
{
|
||||||
print load_fiche_titre($langs->trans("ActionsOnCompany"), '', '');
|
print load_fiche_titre($langs->trans("ActionsOnCompany"), '', '');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user