Fixing style errors.
This commit is contained in:
parent
e37875f70a
commit
2e63e7bc27
@ -2669,7 +2669,7 @@ else
|
|||||||
if (! empty($conf->adherent->enabled))
|
if (! empty($conf->adherent->enabled))
|
||||||
{
|
{
|
||||||
$adh = new Adherent($db);
|
$adh = new Adherent($db);
|
||||||
$result=$adh->fetch('','',$object->id);
|
$result=$adh->fetch('', '', $object->id);
|
||||||
if (!$result && $object->client == 1)
|
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>';
|
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>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user