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

CRM-13078, fixed update of js icon

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