From 0781ce834906ee285519c7cf717755d29c6277e8 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sun, 11 Aug 2013 23:47:01 -0700 Subject: [PATCH] CRM-13165 - CRM/Form/validate.tpl - Make it easier to include in CiviHR ---------------------------------------- * CRM-13165: hrjob: Re-save produces blocking error, "X is not a valid amount" http://issues.civicrm.org/jira/browse/CRM-13165 --- templates/CRM/Form/validate.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/CRM/Form/validate.tpl b/templates/CRM/Form/validate.tpl index 31dd81c102..419e696dbc 100644 --- a/templates/CRM/Form/validate.tpl +++ b/templates/CRM/Form/validate.tpl @@ -27,6 +27,9 @@ {* Initialize jQuery validate *} {* Extra params and functions may be added to the CRM.validate object before this template is loaded *} +{if !$crm_form_validate_included} +{assign var=crm_form_validate_included value=1} + {literal} +{/if} -- 2.25.1