$trxnId->freeze();
}
$financialType->freeze();
- $this->assign('freezeFinancialType', TRUE);
+ $freezeFinancialType = TRUE;
+
}
}
+ $this->assign('freezeFinancialType', $freezeFinancialType ?? FALSE);
if ($this->_action & CRM_Core_Action::VIEW) {
$this->freeze();
{elseif $contactId}
{ts 1=$displayName}Use this form to submit a new contribution on behalf of %1.{/ts}
{else}
- {ts 1=$displayName}Use this form to submit a new contribution.{/ts}
+ {ts}Use this form to submit a new contribution.{/ts}
{/if}
{if $contributionMode == 'live'}
{ts}<strong>A LIVE transaction will be submitted</strong> using the selected payment processor.{/ts}
{/foreach}
</div>
</fieldset>
- {if $paymentAgreementTitle}
+ {if !$isBackOffice && $paymentAgreementTitle}
<div id="payment_notice">
<fieldset class="crm-public-form-item crm-group payment_notice-group">
<legend>{$paymentAgreementTitle}</legend>