From: kurund Date: Tue, 13 Aug 2013 11:15:31 +0000 (+0530) Subject: fix for CRM-13207 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ffdf67af6b64187d90990d0fe708a4b11bba0e3e;p=civicrm-core.git fix for CRM-13207 ---------------------------------------- * CRM-13207: Offline contribution in standalone mode is broken http://issues.civicrm.org/jira/browse/CRM-13207 --- diff --git a/templates/CRM/Contribute/Form/Contribution.tpl b/templates/CRM/Contribute/Form/Contribution.tpl index 23d313564a..3c144ce308 100644 --- a/templates/CRM/Contribute/Form/Contribution.tpl +++ b/templates/CRM/Contribute/Form/Contribution.tpl @@ -88,7 +88,8 @@ {if !$contributionMode and !$email and $outBound_option != 2} {assign var='profileCreateCallback' value=1 } {/if} - {include file="CRM/Contact/Form/NewContact.tpl"} + {* note that if we are using multiple instances of NewContact always pass values for block and prefix *} + {include file="CRM/Contact/Form/NewContact.tpl" blockNo=1 prefix=''} {/if} {if $contributionMode} {$form.payment_processor_id.label} * {$form.payment_processor_id.html}