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

CRM-13078, optimization

----------------------------------------
* 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 a59bddca
Branches
Tags
No related merge requests found
......@@ -103,13 +103,15 @@
{literal}
<script type="text/javascript">
cj(function () {
cj('#crm-container').on('keyup change', '*', function () {
cj('.selector-rows').change(function () {
var options = {
'url': {/literal}"{crmURL p='civicrm/ajax/batch' h=0}"{literal}
};
cj("#Entry").ajaxSubmit(options);
});
cj('#crm-container').on('keyup change', '*', function () {
// validate rows
checkColumns(cj(this));
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment