Browse Source

#32090 moblie api log

feature/Redmine-16525-Cosmetic_Changes^2
Dinesh 1 month ago
parent
commit
e46c5e3c48
  1. 1
      Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx
  2. 10
      Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx.cs

1
Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx

@ -65,7 +65,6 @@
function GetCustomerSearchType() {
return $("#ddlCustomerType").val();
}
function ClearClicked() {
var d = ["", ""];
SetItem("<% =txtSearchData.ClientID%>", d);

10
Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx.cs

@ -194,14 +194,7 @@ namespace Swift.web.MobileRemit.Admin.Reports
tblKycDetail.InnerHtml = str.ToString();
}
//protected void update_Click(object sender, EventArgs e)
//{
// string customerId = txtSearchData.Value.Split('|')[0];
// string customerSource = txtSearchData.Value.Split('|')[1];
// string kycType = rbKycType.SelectedValue;
// var dbResult = _cd.UpdateKycType(customerId, kycType, customerSource, GetStatic.GetUser());
// GetStatic.AlertMessage(this.Page, dbResult.Msg);
//}
protected void reset_Click(object sender, EventArgs e)
{
string customerId = txtSearchData.Value.Split('|')[0];
@ -272,7 +265,6 @@ namespace Swift.web.MobileRemit.Admin.Reports
GetStatic.AlertMessage(this, dbRes.Msg);
}
}
private void LoadGrid()
{

Loading…
Cancel
Save