From c720e2e266989b5e2d21cffccbace84e15f7e7a4 Mon Sep 17 00:00:00 2001 From: kurund Date: Wed, 16 Jul 2014 02:01:22 +0530 Subject: [PATCH] CRM-14937, by default show 2 email and phone for location block in event configuration ---------------------------------------- * CRM-14937: CiviEvents: when using existing location on a new event, only the first phone number is loaded causing data loss on save https://issues.civicrm.org/jira/browse/CRM-14937 --- .../CRM/Event/Form/ManageEvent/Location.tpl | 25 ++++++++++++++++--- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Event/Form/ManageEvent/Location.tpl b/templates/CRM/Event/Form/ManageEvent/Location.tpl index 05fb5216e0..33dffe58d4 100644 --- a/templates/CRM/Event/Form/ManageEvent/Location.tpl +++ b/templates/CRM/Event/Form/ManageEvent/Location.tpl @@ -96,6 +96,9 @@ {* Include Javascript to hide and display the appropriate blocks as directed by the php code *} {*include file="CRM/common/showHide.tpl"*} {if $locEvents} + {* include common additional blocks tpl *} + {include file="CRM/common/additionalBlocks.tpl"} + {/if} -{* include common additional blocks tpl *} -{include file="CRM/common/additionalBlocks.tpl"} - {/if} {* add block if end*} -- 2.25.1