From c137d2cce7d1989e8f5e4997d62027fbee169810 Mon Sep 17 00:00:00 2001 From: kurund Date: Tue, 13 Aug 2013 16:47:48 +0530 Subject: [PATCH] fix for CRM-13207 ---------------------------------------- * CRM-13207: Offline contribution in standalone mode is broken http://issues.civicrm.org/jira/browse/CRM-13207 --- templates/CRM/Contribute/Form/Contribution.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/Contribution.tpl b/templates/CRM/Contribute/Form/Contribution.tpl index 3c144ce308..38fd1458f4 100644 --- a/templates/CRM/Contribute/Form/Contribution.tpl +++ b/templates/CRM/Contribute/Form/Contribution.tpl @@ -88,7 +88,7 @@ {if !$contributionMode and !$email and $outBound_option != 2} {assign var='profileCreateCallback' value=1 } {/if} - {* note that if we are using multiple instances of NewContact always pass values for block and prefix *} + {* note that if we are using multiple instances of NewContact always pass values for blockNo and prefix *} {include file="CRM/Contact/Form/NewContact.tpl" blockNo=1 prefix=''} {/if} {if $contributionMode} -- 2.25.1