Skip to content
Snippets Groups Projects
Commit ef04c554 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

CRM-13078, typo fixes

----------------------------------------
* CRM-13078: Batch Data Entry silently drops 'batch-valid' entries if no contact_id is associated with them
  http://issues.civicrm.org/jira/browse/CRM-13078
parent 22f96dcf
Branches
Tags
No related merge requests found
......@@ -754,9 +754,12 @@ CRM.validate = CRM.validate || {
});
// Handle qf form errors
$('form :input.error', this).one('blur', function() {
// ignore autocomplete fields
if ($(this).is('.ac_input')) {
return;
}
$('.ui-notify-message.error a.ui-notify-close').click();
$(this).removeClass('error');
$(this).next('span.crm-error').remove();
$('label[for="' + $(this).attr('name') + '"], label[for="' + $(this).attr('id') + '"]')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment