Fix ident

This commit is contained in:
Laurent Destailleur 2018-01-11 00:47:29 +01:00
parent 436b653fa0
commit e41f761157

View File

@ -171,17 +171,17 @@ else
{ {
print '<div class="fichecenter">'; print '<div class="fichecenter">';
// Contacts list // Contacts list
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 // Addresses list
if (! empty($conf->global->SOCIETE_ADDRESSES_MANAGEMENT)) if (! empty($conf->global->SOCIETE_ADDRESSES_MANAGEMENT))
{ {
$result=show_addresses($conf,$langs,$db,$object,$_SERVER["PHP_SELF"].'?socid='.$object->id); $result=show_addresses($conf,$langs,$db,$object,$_SERVER["PHP_SELF"].'?socid='.$object->id);
} }
print '</div>'; print '</div>';