Skip to content
Snippets Groups Projects
Commit e693c767 authored by deepak-srivastava's avatar deepak-srivastava
Browse files

Merge pull request #1729 from pratik-joshi/CRM-13479

CRM-13479 : introduced a display column named 'Enabled?' to distinguish between active and in-active relationsip types
parents 2dd6dd94 99543b4e
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@
<th>{ts}Relationship B to A{/ts}</th>
<th>{ts}Contact Type A{/ts}</th>
<th>{ts}Contact Type B{/ts}</th>
<th>{ts}Enabled?{/ts}</th>
<th></th>
</tr>
</thead>
......@@ -67,6 +68,7 @@
<td class="crm-relationship-contact_type_b_display">
{if $row.contact_type_b_display} {$row.contact_type_b_display}
{if $row.contact_sub_type_b} - {$row.contact_sub_type_b}{/if} {else} {ts}All Contacts{/ts} {/if} </td>
<td class="crm-relationship-is_active" id="row_{$row.id}_status">{if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
<td>{$row.action|replace:'xx':$row.id}</td>
</tr>
{/foreach}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment