Fixing style errors.

This commit is contained in:
stickler-ci 2019-09-08 18:17:51 +00:00
parent e37875f70a
commit 2e63e7bc27

View File

@ -2669,11 +2669,11 @@ else
if (! empty($conf->adherent->enabled))
{
$adh = new Adherent($db);
$result=$adh->fetch('','',$object->id);
$result=$adh->fetch('', '', $object->id);
if (!$result && $object->client == 1)
{
print '<a class="butAction" href="'.DOL_URL_ROOT.'/adherents/card.php?&action=create&socid='.$object->id.'" title="'.dol_escape_htmltag($langs->trans("NewMember")).'">'.$langs->trans("NewMember").'</a>';
}
}
}
if ($user->rights->societe->supprimer)