From a59bddcae2adfbeb9f875719cee8212e0b1bf1b8 Mon Sep 17 00:00:00 2001
From: kurund <kurund@civicrm.org>
Date: Wed, 31 Jul 2013 20:43:00 +0530
Subject: [PATCH] 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
---
 templates/CRM/Batch/Form/Entry.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/CRM/Batch/Form/Entry.tpl b/templates/CRM/Batch/Form/Entry.tpl
index 03f5135a97..d78c10d2a5 100644
--- a/templates/CRM/Batch/Form/Entry.tpl
+++ b/templates/CRM/Batch/Form/Entry.tpl
@@ -103,7 +103,7 @@
 {literal}
 <script type="text/javascript">
 cj(function () {
-  cj('.selector-rows').change(function () {
+  cj('#crm-container').on('keyup change', '*', function () {
     var options = {
       'url': {/literal}"{crmURL p='civicrm/ajax/batch' h=0}"{literal}
     };
-- 
2.25.1