From: Seamus Lee Date: Fri, 7 Aug 2020 02:09:55 +0000 (+1000) Subject: [REF] Fix jquery validation for on behalf of fields when combined with a preimum X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=13edd4117c700bb338b28be8004739fbf1949170;p=civicrm-core.git [REF] Fix jquery validation for on behalf of fields when combined with a preimum --- diff --git a/templates/CRM/Contribute/Form/Contribution/PremiumBlock.tpl b/templates/CRM/Contribute/Form/Contribution/PremiumBlock.tpl index db7e56220c..6ca766cc26 100644 --- a/templates/CRM/Contribute/Form/Contribution/PremiumBlock.tpl +++ b/templates/CRM/Contribute/Form/Contribution/PremiumBlock.tpl @@ -332,8 +332,6 @@ $('#selectProduct').rules('add', 'premiums'); }); - // need to use jquery validate's ignore option, so that it will not ignore hidden fields - CRM.validate.params['ignore'] = '.ignore'; }); {/literal}