Skip to content

Commit

Permalink
CRM-21201, set retrieve = true so that its not reinitialized again an…
Browse files Browse the repository at this point in the history
…d 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
  • Loading branch information
pradpnayak committed Sep 19, 2017
1 parent 7424a81 commit c71e58f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/CRM/Contact/Page/DedupeFind.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c71e58f

Please sign in to comment.