From 41e8cd123eff05b448a5d7430bcd6e563d550aab Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Mon, 17 Jun 2013 20:24:43 +0530 Subject: [PATCH] CRM-12822-fix : added the phone ext field in event info page --- templates/CRM/Event/Page/EventInfo.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Event/Page/EventInfo.tpl b/templates/CRM/Event/Page/EventInfo.tpl index 6bbaaed9ca..fbdec09a9c 100644 --- a/templates/CRM/Event/Page/EventInfo.tpl +++ b/templates/CRM/Event/Page/EventInfo.tpl @@ -162,7 +162,7 @@ {foreach from=$location.phone item=phone} {if $phone.phone} {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: - {$phone.phone}
+ {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}
{/if} {/foreach} -- 2.25.1