Skip to content

Commit

Permalink
fix(admin-donor): use updated input field name in js
Browse files Browse the repository at this point in the history
fixes #3636
  • Loading branch information
ravinderk committed Aug 29, 2018
1 parent efc7a70 commit e2f89ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/js/admin/admin-scripts.js
Expand Up @@ -1700,7 +1700,7 @@ var give_setting_edit = false;
return false;
}

var donorID = $('input[name="customerinfo[id]"]').val();
var donorID = $('input[name="donor_info[id]"]').val();

var postData = {
give_action: 'disconnect-userid',
Expand Down

0 comments on commit e2f89ac

Please sign in to comment.