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() + "");