Fixing style errors.
This commit is contained in:
parent
e37875f70a
commit
2e63e7bc27
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user