Browse Source

#add txn channel

Ime-london-webcore
Leeza Baidar 11 months ago
parent
commit
721adf392c
  1. 2
      Swift.web/Remit/Transaction/ApproveTxn/holdTxnListMobile.aspx.cs

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

@ -105,6 +105,7 @@ namespace Swift.web.Remit.Transaction.ApproveTxn
sb.Append("<th>Tran Id</th>");
sb.Append("<th>PIN No.</th>");
sb.Append("<th>Sending Branch</th>");
sb.Append("<th>Txn Channel</th>");
sb.Append("<th>Country</th>");
sb.Append("<th>Sender</th>");
sb.Append("<th>Receiver</th>");
@ -141,6 +142,7 @@ namespace Swift.web.Remit.Transaction.ApproveTxn
sb.Append("<td>" + dr["id"].ToString() + "</td>");
sb.Append("<td>" + dr["controlNo"].ToString() + "</td>");
sb.Append("<td>" + dr["BranchName"].ToString() + "</td>");
sb.Append("<td>" + dr["tranType"].ToString() + "</td>");
sb.Append("<td>" + dr["country"].ToString() + "</td>");
sb.Append("<td>" + dr["sender"].ToString() + "</td>");
sb.Append("<td>" + dr["receiver"].ToString() + "</td>");

Loading…
Cancel
Save