From: kurund Date: Tue, 15 Jul 2014 20:31:22 +0000 (+0530) Subject: CRM-14937, by default show 2 email and phone for location block in event configuration X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c720e2e266989b5e2d21cffccbace84e15f7e7a4;p=civicrm-core.git 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 --- 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*}