From 0764f5f96df2e218cfbe0faf3897ee7a20497506 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 28 Feb 2023 12:48:33 +1300 Subject: [PATCH] Smarty notice fix on bank_account_number --- templates/CRM/Contribute/Form/Contribution/Main.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/Contribution/Main.tpl b/templates/CRM/Contribute/Form/Contribution/Main.tpl index 0c46bda378..e5e6f688f7 100644 --- a/templates/CRM/Contribute/Form/Contribution/Main.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Main.tpl @@ -287,7 +287,7 @@ {include file="CRM/UF/Form/Block.tpl" fields=$customPost} - {if $is_monetary and $form.bank_account_number} + {if $is_monetary && array_key_exists('bank_account_number', $form)}
{ts}Agreement{/ts} -- 2.25.1