Browse Source

Fixes

Ime-london-webcore
shakun 10 months ago
parent
commit
f7458c697d
  1. 4
      Swift.DAL/MobileDao/MobileConfigDao.cs
  2. 2
      Swift.web/AgentNew/SendTxn/Confirm.aspx.cs
  3. 2
      Swift.web/Library/GetStatic.cs
  4. 20
      Swift.web/MobileRemit/Admin/Operation/VerifyMobileCustomer.aspx.cs
  5. 2
      Swift.web/MobileRemit/Admin/PushNotification/BroadcastList.aspx
  6. 24
      Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx
  7. 16
      Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx.cs
  8. 1
      Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx.designer.cs
  9. 12
      Swift.web/Remit/Transaction/ApproveTxn/holdTxnListMobile.aspx.cs
  10. 17
      Swift.web/Remit/Transaction/Reports/TransactionNew/TranReport.aspx.cs
  11. 20
      Swift.web/Remit/Transaction/VerifyMobileTransaction/VerifyMobileTransaction.aspx
  12. 9
      Swift.web/Remit/Transaction/VerifyMobileTransaction/VerifyMobileTransaction.aspx.cs
  13. 17
      Swift.web/Remit/UserControl/UcTransaction.ascx
  14. 16
      Swift.web/Remit/UserControl/UcTransaction.ascx.cs
  15. 22
      Swift.web/Remit/UserControl/UcTransaction.ascx.designer.cs

4
Swift.DAL/MobileDao/MobileConfigDao.cs

@ -78,7 +78,7 @@ namespace Swift.DAL.MobileDao
return ParseDbResult(sql);
}
public DbResult SaveBroadCastCustomer(string user, string rowId, string customerId, string msgType, string body)
public DbResult SaveBroadCastCustomer(string user, string rowId, string customerId, string msgType, string body, string customerType , string nativeCountry)
{
var sql = "EXEC ProcMobileConfig @flag = '" + (string.IsNullOrEmpty(rowId) ? "IN-BROADCAST" : "UN-BROADCAST") + "'";
sql += ", @User = " + FilterString(user);
@ -86,6 +86,8 @@ namespace Swift.DAL.MobileDao
sql += ", @Body = N'" + body.Replace("'", "") + "'";
sql += ", @CustomerId = " + FilterString(customerId);
sql += ", @msgType = " + FilterString(msgType);
sql += ", @customerType = " + FilterString(customerType);
sql += ", @nativeCountry = " + FilterString(nativeCountry);
return ParseDbResult(sql);
}

2
Swift.web/AgentNew/SendTxn/Confirm.aspx.cs

@ -414,7 +414,7 @@ namespace Swift.web.AgentNew.SendTxn
if (_pCountryId.ToString() != "151")
{
if (string.IsNullOrWhiteSpace(_pSubLocation) && (_payoutPartnerId != "394400") && (_payoutPartnerId != "394414") && (_payoutPartnerId != "394428") && (_payoutPartnerId != "394434"))
if (string.IsNullOrWhiteSpace(_pSubLocation) && (_payoutPartnerId != "394400") && (_payoutPartnerId != "394449"))
{
Msg = " Payout City is missing";
return false;

2
Swift.web/Library/GetStatic.cs

@ -1078,7 +1078,7 @@ namespace Swift.web.Library
{
DateTime d;
DateTime.TryParse(data, out d);
return d.Year + "/" + d.Month.ToString("00") + "/" + d.Day.ToString("00");
return d.Day.ToString("00") + "/" + d.Month.ToString("00") + "/" + d.Year;
}
if (dataType == "DT")

20
Swift.web/MobileRemit/Admin/Operation/VerifyMobileCustomer.aspx.cs

@ -114,28 +114,12 @@ namespace Swift.web.MobileRemit.Admin.Operation
// // _grid.CustomLinkText = link;
// //customLinkText.Append("&nbsp;<a class=\"btn btn-xs btn-primary\" title=\"Edit\" href=\"/Remit/Administration/CustomerRegistration/Manage.aspx?customerId=@customerId&MethodName=GetCustomerDetailsForEdit\"><i class=\"fa fa-pencil\"></i></a>");
// customLinkText.Append("&nbsp;<a class=\"btn btn-xs btn-primary\" title=\"Edit\" href=\"/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx?customerId=@customerId&requestFrom=agent&m=ap&type=approve\"><i class=\"fa fa-pencil\"></i></a>");
// customLinkText.Append("&nbsp;<a class=\"btn btn-xs btn-primary\" title=\"Edit\" href=\"/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx?customerId=@customerId&requestFrom=mobile&m=ap&type=approve\"><i class=\"fa fa-pencil\"></i></a>");
//}
if (kycStatus == "NOT_COMPLETED" || kycStatus == "PROCESSING")
{
if (swiftLibrary.HasRight(ApproveFunctionId))
{
customLinkText.Append("&nbsp;<a class=\"btn btn-xs btn-primary\" title=\"Edit\" href=\"/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx?customerId=@customerId&requestFrom=agent&m=ap&type=approve\"><i class=\"fa fa-pencil\"></i></a>");
}
if (swiftLibrary.HasRight(ReuploadFunctionId))
{
customLinkText.Append("&nbsp;<a class=\"btn btn-xs btn-success\" title=\"Approve\" href=\"/Remit/Administration/CustomerRegistration/UpdateKYC.aspx?customerId=@customerId\" ><i class=\"fa fa-check\"></i></a>");
}
customLinkText.Append("&nbsp;<a class=\"btn btn-xs btn-success\" title=\"Approve\" href=\"/Remit/Administration/CustomerRegistration/UpdateKYC.aspx?customerId=@customerId\" ><i class=\"fa fa-check\"></i></a>");
}
//if (swiftLibrary.HasRight(ReuploadFunctionId))
//{
// customLinkText.Append("&nbsp;<a title=\"Re-Upload\" onclick=\"reuploadData('@customerId')\" class=\"btn btn-xs btn-success\"><i class=\"fa fa-refresh\"></i></a>");
//}
//if (swiftLibrary.HasRight(DeleteFunctionId))
//{
// customLinkText.Append("&nbsp;<a title=\"Delete\" onclick=\"deleteCustomer('@customerId')\" class=\"btn btn-xs btn-danger\"><i class=\"fa fa-trash\"></i></a>");
//}
_grid.CustomLinkText = customLinkText.ToString();
string sql = "EXEC [proc_customerKYC] @flag = 'filterByKycStatus',@kycStatus='" + Request.QueryString["kycStatus"] + "' ";
_grid.SetComma();

2
Swift.web/MobileRemit/Admin/PushNotification/BroadcastList.aspx

@ -44,8 +44,8 @@
</div>
<div class="listtabs">
<ul class="nav nav-tabs">
<li><a href="ManageBroadCast.aspx">Send PushNotification </a></li>
<li class="active"><a href="BroadcastList.aspx">PushNotification List</a></li>
<li><a href="ManageBroadCast.aspx">Send PushNotification </a></li>
</ul>
</div>
<div class="panel panel-default recent-activites">

24
Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx

@ -29,6 +29,8 @@
<script type="text/javascript">
function CheckFormValidation() {
var rowId = "<%=GetRowId()%>";
var customerType = $("#ddlCustomerType").val();
if (customerType != "nativeCountry") {
var customerId = $('#txtSearchData_aValue').val();
if (customerId == null || customerId == "") {
alert('No customer selected. Please choose a customer to send broadcast message.');
@ -38,16 +40,28 @@
}
}
}
}
function GetCustomerSearchType() {
return $("#ddlCustomerType").val();
}
$(document).ready(function () {
ddlNativeCountry.style.display = 'none';
$('#<%=ddlCustomerType.ClientID%>').change(function () {
<% = txtSearchData.InitFunction() %>
});
var customerType = $("#ddlCustomerType").val();
if (customerType === "nativeCountry") {
ddlNativeCountry.style.display = 'block';
txtSearchData_aText.style.display = "none";
}
else {
ddlNativeCountry.style.display = 'none';
txtSearchData_aText.style.display = "block";
<% = txtSearchData.InitFunction() %>
}
});
});
@ -132,6 +146,12 @@
<div class="col-md-8">
<uc1:SwiftTextBox runat="server" ID="txtSearchData" Category="remit-searchCustomerForPushNotif" CssClass="form-control required" Param1="@GetCustomerSearchType()" Title="Blank for All" />
</div>
<div class="col-md-4">
<div class="form-group">
<asp:DropDownList ID="ddlNativeCountry" runat="server" CssClass="form-control" Style="margin-bottom: 5px;">
</asp:DropDownList>
</div>
</div>
</div>
<div class="form-group">
<div class="col-md-4">

16
Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx.cs

@ -58,7 +58,8 @@ namespace Swift.web.MobileRemit.Admin.PushNotification
private void PopulateDDL()
{
_sdd.SetDDL(ref ddlCustomerType, "exec proc_sendPageLoadData @flag='search-cust-by'", "VALUE", "TEXT", "", "");
_sdd.SetDDL(ref ddlCustomerType, "exec proc_sendPageLoadData @flag='search-cust-by-for-broadcast'", "VALUE", "TEXT", "", "");
_sl.SetDDL(ref ddlNativeCountry, "EXEC proc_online_dropDownList @flag='groupForCountry',@user='" + GetStatic.GetUser() + "'", "countryId", "countryName", "", "Select..");
}
protected void btnSave_Click(object sender, EventArgs e)
@ -76,13 +77,22 @@ namespace Swift.web.MobileRemit.Admin.PushNotification
var matchString = String.Empty;
var customerId = txtSearchData.Value;
var category = msgType.Value;
var customerType = ddlCustomerType.SelectedValue;
var nativeCountry = ddlNativeCountry.SelectedValue;
if (string.IsNullOrEmpty(customerId))
if (string.IsNullOrEmpty(customerId) && customerType != "nativeCountry")
{
GetStatic.AlertMessage(this, "Customer can not be empty!");
return null;
}
if (customerType == "nativeCountry" && string.IsNullOrEmpty(nativeCountry))
{
GetStatic.AlertMessage(this, "Please select country!");
return null;
}
if (customerType == "All")
nativeCountry = "ALL";
//if (string.IsNullOrEmpty(TXTTitle.Text))
//{
// GetStatic.AlertMessage(this, "BroadCast Title can not be empty!");
@ -98,7 +108,7 @@ namespace Swift.web.MobileRemit.Admin.PushNotification
matchString = Regex.Replace(text, @"<[^>]*>", String.Empty).Replace(@"&nbsp;", String.Empty).Replace(@"<\/?[^>] + (>|$)", String.Empty);
matchString = matchString.Replace("<\\S*?>", "");
DbResult _dbRes = _mobileDao.SaveBroadCastCustomer(GetStatic.GetUser(), GetRowId(), customerId, category, matchString);
DbResult _dbRes = _mobileDao.SaveBroadCastCustomer(GetStatic.GetUser(), GetRowId(), customerId, category, matchString, customerType, nativeCountry);
return _dbRes;

1
Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx.designer.cs

@ -60,6 +60,7 @@ namespace Swift.web.MobileRemit.Admin.PushNotification
protected global::Swift.web.Component.AutoComplete.SwiftTextBox txtSearchData;
/// <summary>
protected global::System.Web.UI.WebControls.DropDownList ddlNativeCountry;
/// msgType control.
/// </summary>
/// <remarks>

12
Swift.web/Remit/Transaction/ApproveTxn/holdTxnListMobile.aspx.cs

@ -113,7 +113,7 @@ namespace Swift.web.Remit.Transaction.ApproveTxn
sb.Append("<th>Payout Amt</th>");
sb.Append("<th>Coll Amt</th>");
sb.Append("<th>Coll.Mode</th>");
sb.Append("<th>Payment Mode</th>");
sb.Append("<th>Deposit Type</th>");
sb.Append("<th nowrap='nowrap'>Tran Date</th>");
sb.Append("<th>User</th>");
@ -153,7 +153,7 @@ namespace Swift.web.Remit.Transaction.ApproveTxn
sb.Append("<td style=\"font-weight: bold; font-style: italic; text-align: right;\">");
sb.Append(GetStatic.FormatData(dr["amt"].ToString(), "M"));
sb.Append("<td>" + dr["collMode"].ToString() + "</td>");
sb.Append("<td>" + dr["paymentMethod"].ToString() + "</td>");
sb.Append("<td>" + dr["depositType"].ToString() + "</td>");
sb.Append("<td>" + GetStatic.FormatData(dr["txnDate"].ToString(), "D") + "</td>");
sb.Append("<td>" + dr["txncreatedBy"].ToString() + "</td>");
@ -161,10 +161,10 @@ namespace Swift.web.Remit.Transaction.ApproveTxn
//if (allowApprove)
// sb.Append("<td><img style='cursor:pointer' title = 'View Details' alt = 'View Details' src = '" + GetStatic.GetUrlRoot() + "/images/view-detail-icon.png' onclick = 'ViewDetails(" + dr["id"].ToString() + ");' /></td>");
if (allowApprove && dr["collMode"].ToString() == "Bank Deposit")
sb.Append("<td><img style='cursor:pointer' title = 'Approve Deposit Mapping' alt = 'View Mapping' src = '" + GetStatic.GetUrlRoot() + "/images/approve-mapping.png' onclick = 'ViewMapping(" + dr["id"].ToString() + ");' /></td>");
else
sb.Append("<td>&nbsp;</td>");
//if (allowApprove && dr["collMode"].ToString() == "Bank Deposit")
// sb.Append("<td><img style='cursor:pointer' title = 'Approve Deposit Mapping' alt = 'View Mapping' src = '" + GetStatic.GetUrlRoot() + "/images/approve-mapping.png' onclick = 'ViewMapping(" + dr["id"].ToString() + ");' /></td>");
//else
// sb.Append("<td>&nbsp;</td>");
//if (allowModify)
// sb.Append("<td><img style='cursor:pointer' title = 'Modify Transaction' alt = 'Modify Transaction' src = '" + GetStatic.GetUrlRoot() + "/images/edit.gif' onclick = 'Modify(" + dr["id"].ToString() + ");' /></td>");

17
Swift.web/Remit/Transaction/Reports/TransactionNew/TranReport.aspx.cs

@ -73,11 +73,10 @@ namespace Swift.web.Remit.Transaction.Reports.TransactionNew
{
string currentPayoutPartner = string.Empty;
bool isFirstRow = true;
int[] totalAmountIndexes = { 14, 16, 18, 20, 22 };
int[] totalAmountIndexes = { 13, 15, 16,17, 19, 21};
decimal[] totalAmounts = new decimal[cols];
Array.Clear(totalAmounts, 0, totalAmounts.Length);
foreach (DataRow dr in dt.Rows)
{
string payoutPartner = dr["PAYOUT_PARTNER"].ToString();
@ -87,15 +86,13 @@ namespace Swift.web.Remit.Transaction.Reports.TransactionNew
if (!isFirstRow)
{
str.Append("<tr>");
str.Append("<td align=\"left\"><b>Total</b></td>");
for (int i = 1; i < cols; i++)
{
if (totalAmountIndexes.Contains(i))
{
str.Append("<td align=\"left\">" + totalAmounts[i] + "</td>");
totalAmounts[i] = 0;
totalAmounts[i] = 0; // Reset totalAmount for the new partner
}
else
{
@ -104,7 +101,6 @@ namespace Swift.web.Remit.Transaction.Reports.TransactionNew
}
str.Append("</tr>");
}
str.Append("<h3><b>Payout Partner: " + payoutPartner + "</b></h3>");
str.Append("<table class='table table-responsive table-bordered'>");
@ -115,31 +111,26 @@ namespace Swift.web.Remit.Transaction.Reports.TransactionNew
currentPayoutPartner = payoutPartner;
isFirstRow = false;
}
str.AppendLine("<tr class=\"" + GetPayStatus(dr["PAYSTATUS"].ToString()) + "\">");
for (int i = 0; i < cols; i++)
{
str.Append("<td align=\"left\">" + dr[i] + "</td>");
if (totalAmountIndexes.Contains(i))
{
decimal currentAmount;
if (decimal.TryParse(dr[i].ToString(), out currentAmount))
{
totalAmounts[i] += currentAmount;
totalAmounts[i] += currentAmount; // Accumulate total amount for each specific column index
}
}
}
str.Append("</tr>");
}
if (!isFirstRow)
{
str.Append("<tr>");
str.Append("<td align=\"left\"><b>Total</b></td>");
for (int i = 1; i < cols; i++)
{
if (totalAmountIndexes.Contains(i))
@ -177,7 +168,6 @@ namespace Swift.web.Remit.Transaction.Reports.TransactionNew
}
}
protected void ExportToExcel(DataTable table, string fileName)
{
HttpContext.Current.Response.Clear();
@ -223,6 +213,5 @@ namespace Swift.web.Remit.Transaction.Reports.TransactionNew
HttpContext.Current.Response.Flush();
HttpContext.Current.Response.End();
}
}
}

20
Swift.web/Remit/Transaction/VerifyMobileTransaction/VerifyMobileTransaction.aspx

@ -250,17 +250,17 @@
// // alert("Do you want to verify bank deposit?");
// //}
//}
dataToSend = { MethodName: 'Verify', tranId: id, DepositType:depositType };
dataToSend = { MethodName: 'Verify', tranId: id, DepositType: depositType, controlNo =controlNo };
if (confirm('Do you want to verify the transaction?')) {
// if (confirm) {
$.post("", dataToSend, function (response) {
var data = jQuery.parseJSON(response);
if (data.ErrorCode == 0) {
$("#loadGrid").click();
} else {
alert(data.Msg);
}
});
// if (confirm) {
$.post("", dataToSend, function (response) {
var data = jQuery.parseJSON(response);
if (data.ErrorCode == 0) {
$("#loadGrid").click();
} else {
alert(data.Msg);
}
});
}
return false;
}

9
Swift.web/Remit/Transaction/VerifyMobileTransaction/VerifyMobileTransaction.aspx.cs

@ -148,7 +148,7 @@ namespace Swift.web.Remit.Transaction.VerifyMobileTransaction
sb.Append("<th>Email</th>");
sb.Append("<th>Payout Amount</th>");
sb.Append("<th>Coll Amt</th>");
sb.Append("<th>Payment Method</th>");
sb.Append("<th nowrap='nowrap'>Tran Date</th>");
sb.Append("<th nowrap='nowrap'>Payment Option</th>");
@ -191,7 +191,6 @@ namespace Swift.web.Remit.Transaction.VerifyMobileTransaction
sb.Append(GetStatic.FormatData(dr["amt"].ToString(), "M"));
sb.Append("<td>" + dr["depositType"].ToString() + "</td>");
//sb.Append("<td>" + CreateRadioGroup(dr["collMode"].ToString(), dr["id"].ToString(), dr["customerId"].ToString(), dr["cAmt"].ToString(), dr["REFERRAL_DETAIL"].ToString()) + "</td>");
sb.Append("<td>" + GetStatic.FormatData(dr["txnDate"].ToString(), "D") + "</td>");
sb.Append("<td>" + dr["depositType"].ToString() + "</td>");
//sb.Append("<td>" + dr["mappedDetail"].ToString() + "</td>");
@ -563,6 +562,7 @@ namespace Swift.web.Remit.Transaction.VerifyMobileTransaction
private void Verify()
{
var tranId = Request.Form["tranId"];
var controlNo = Request.Form["controlNo"];
var paynentOption = Request.Form["DepositType"];
DbResult _res = new DbResult();
if (!string.IsNullOrEmpty(tranId))
@ -572,10 +572,11 @@ namespace Swift.web.Remit.Transaction.VerifyMobileTransaction
{
try
{
TxnDetails cd = _dao.GetTxnDetails(tranId);
TxnDetails cd = _dao.GetTxnDetails(tranId);
List<Mapping> bodyMappings = new List<Mapping>();
bodyMappings.Add(new Mapping() { SValue = "CustomerName", SText = cd.senderName });
bodyMappings.Add(new Mapping() { SValue = "Reference", SText = controlNo });
bodyMappings.Add(new Mapping() { SValue = "PayoutCountry", SText = cd.PayoutCountry });
bodyMappings.Add(new Mapping() { SValue = "BeneName", SText = cd.BeneficiaryName });
bodyMappings.Add(new Mapping() { SValue = "TransferType", SText = cd.TransferType });
@ -614,8 +615,6 @@ namespace Swift.web.Remit.Transaction.VerifyMobileTransaction
{
GetStatic.AlertMessage(this, $"Technical Error: { GetStatic.LogError(ex).Id}");
}
}
}
else

17
Swift.web/Remit/UserControl/UcTransaction.ascx

@ -726,12 +726,18 @@
<asp:Label ID="pCountry" runat="server"></asp:Label>
</td>
</tr>
<tr>
<%-- <tr>
<td>Payout Mode: </td>
<td class="amt">
<asp:Label ID="lblCollMode" runat="server"></asp:Label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="javascript:void(0);" onclick="ShowModal();" id="bankDetails" runat="server">View Details</a>
</td>
</tr>--%>
<tr>
<td>Mode of Payment: </td>
<td class="text">
<asp:Label ID="modeOfPayment" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td>Collected Amount: </td>
@ -777,7 +783,7 @@
</td>
</tr>
<tr>
<td>Customer Premium</td>
<td>Rate Margin</td>
<td class="amt">
<asp:Label ID="handling" runat="server"></asp:Label>
</td>
@ -808,12 +814,7 @@
<div class="panel-body">
<table class="table table-bordered table-striped" style="width: 100%">
<tr>
<td>Mode of Payment: </td>
<td class="text">
<asp:Label ID="modeOfPayment" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td>Mode of Deposit: </td>
<td class="text">

16
Swift.web/Remit/UserControl/UcTransaction.ascx.cs

@ -197,7 +197,7 @@ namespace Swift.web.Remit.UserControl
TranFound = true;
HoldTranId = tRow["holdTranId"].ToString();
ShowQuestionaireLink(HoldTranId, displayType, viewType);
// ShowQuestionaireLink(HoldTranId, displayType, viewType);
rl.ManageInvalidControlNoAttempt(Page, GetStatic.GetUser(), "Y");
lblControlNo.Text = tRow["controlNo"].ToString();
lblTranNo.Text = tRow["tranId"].ToString();
@ -396,13 +396,13 @@ namespace Swift.web.Remit.UserControl
// }
pCountry.Text = tRow["rCountryName"].ToString();
rewardPoints.Text = tRow["rewardPoints"].ToString();
bankDetails.Visible = false;
lblCollMode.Text = tRow["paymentMethod"].ToString();
if (tRow["collMode"].ToString().ToLower() == "bank deposit")
{
bankDetails.Visible = true;
PopulateBankDetails(ds.Tables[3]);
}
//bankDetails.Visible = false;
//lblCollMode.Text = tRow["collMode"].ToString();
//if (tRow["collMode"].ToString().ToLower() == "bank deposit")
//{
// bankDetails.Visible = true;
// PopulateBankDetails(ds.Tables[3]);
//}
transferAmount.Text = GetStatic.FormatData(tRow["tAmt"].ToString(), "M");
serviceCharge.Text = GetStatic.FormatData(tRow["serviceCharge"].ToString(), "M");
total.Text = GetStatic.FormatData(tRow["cAmt"].ToString(), "M");

22
Swift.web/Remit/UserControl/UcTransaction.ascx.designer.cs

@ -654,22 +654,13 @@ namespace Swift.web.Remit.UserControl
protected global::System.Web.UI.WebControls.Label pCountry;
/// <summary>
/// lblCollMode control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblCollMode;
/// <summary>
/// bankDetails control.
/// modeOfPayment control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlAnchor bankDetails;
protected global::System.Web.UI.WebControls.Label modeOfPayment;
/// <summary>
/// total control.
@ -815,15 +806,6 @@ namespace Swift.web.Remit.UserControl
/// </remarks>
protected global::System.Web.UI.WebControls.Label pAgentCommCurr;
/// <summary>
/// modeOfPayment control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label modeOfPayment;
/// <summary>
/// modeOfDeposit control.
/// </summary>

Loading…
Cancel
Save