From 1d3cd9d560b9e3d3d6a3a5793dc47c6e520425b6 Mon Sep 17 00:00:00 2001 From: Leeza Baidar Date: Fri, 24 Nov 2023 23:36:59 +0545 Subject: [PATCH] #nwe fixes --- .../Transaction/Reports/TransactionNew/TranReport.aspx.cs | 2 +- .../VerifyMobileTransaction/VerifyMobileTransaction.aspx.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Swift.web/Remit/Transaction/Reports/TransactionNew/TranReport.aspx.cs b/Swift.web/Remit/Transaction/Reports/TransactionNew/TranReport.aspx.cs index ed7db02..7ac94bd 100644 --- a/Swift.web/Remit/Transaction/Reports/TransactionNew/TranReport.aspx.cs +++ b/Swift.web/Remit/Transaction/Reports/TransactionNew/TranReport.aspx.cs @@ -90,7 +90,7 @@ namespace Swift.web.Remit.Transaction.Reports.TransactionNew str.Append("Total"); - for (int i = 0; i < cols; i++) + for (int i = 1; i < cols; i++) { if (totalAmountIndexes.Contains(i)) { diff --git a/Swift.web/Remit/Transaction/VerifyMobileTransaction/VerifyMobileTransaction.aspx.cs b/Swift.web/Remit/Transaction/VerifyMobileTransaction/VerifyMobileTransaction.aspx.cs index 0190f52..8a2588c 100644 --- a/Swift.web/Remit/Transaction/VerifyMobileTransaction/VerifyMobileTransaction.aspx.cs +++ b/Swift.web/Remit/Transaction/VerifyMobileTransaction/VerifyMobileTransaction.aspx.cs @@ -190,7 +190,8 @@ namespace Swift.web.Remit.Transaction.VerifyMobileTransaction sb.Append(""); sb.Append(GetStatic.FormatData(dr["amt"].ToString(), "M")); - sb.Append("" + CreateRadioGroup(dr["collMode"].ToString(), dr["id"].ToString(), dr["customerId"].ToString(), dr["cAmt"].ToString(), dr["REFERRAL_DETAIL"].ToString()) + ""); + sb.Append("" + dr["depositType"].ToString() + ""); + //sb.Append("" + CreateRadioGroup(dr["collMode"].ToString(), dr["id"].ToString(), dr["customerId"].ToString(), dr["cAmt"].ToString(), dr["REFERRAL_DETAIL"].ToString()) + ""); sb.Append("" + GetStatic.FormatData(dr["txnDate"].ToString(), "D") + ""); sb.Append("" + dr["depositType"].ToString() + ""); //sb.Append("" + dr["mappedDetail"].ToString() + "");