From c71e58f4f9e2979450d6e6505d2d68070990f9fd Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Wed, 20 Sep 2017 05:23:28 +0530 Subject: [PATCH] CRM-21201, set retrieve = true so that its not reinitialized again and just want the DataTable instance to be returned ---------------------------------------- * CRM-21201: Tax recalculated when pay later contribution is compled using Pay Now https://issues.civicrm.org/jira/browse/CRM-21201 --- templates/CRM/Contact/Page/DedupeFind.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/CRM/Contact/Page/DedupeFind.tpl b/templates/CRM/Contact/Page/DedupeFind.tpl index c77065568077..40a4bb37cd6e 100644 --- a/templates/CRM/Contact/Page/DedupeFind.tpl +++ b/templates/CRM/Contact/Page/DedupeFind.tpl @@ -180,6 +180,7 @@ "ajax": { "url": {/literal}'{$sourceUrl}'{literal} }, + "retrieve": true, rowCallback: function (row, data) { // Set the checked state of the checkbox in the table $('input.crm-dedupe-select', row).prop('checked', data.is_selected == 1);