Skip to content
Snippets Groups Projects
Commit 0781ce83 authored by totten's avatar totten
Browse files

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
parent 0c094d12
Branches
Tags
No related merge requests found
......@@ -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}
<script type="text/javascript" >
cj(function($) {
......@@ -82,3 +85,4 @@ cj(function($) {
{/if}
});
</script>
{/if}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment