Update card.php

This commit is contained in:
Frédéric FRANCE 2019-02-14 20:38:21 +01:00 committed by GitHub
parent dd1d7121a8
commit b6d665a91c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -862,12 +862,6 @@ if ($object->id > 0)
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))
{
print load_fiche_titre($langs->trans("ActionsOnCompany"), '', '');