remove dead code in /societe/contact.php

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

View File

@ -163,12 +163,6 @@ if ($action != 'presend')
{
$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);
}
}
// End of page