diff --git a/Swift.web/Remit/Transaction/Reports/TransactionNew/TranReport.aspx.cs b/Swift.web/Remit/Transaction/Reports/TransactionNew/TranReport.aspx.cs index 84f8ef3..6cb9f0d 100644 --- a/Swift.web/Remit/Transaction/Reports/TransactionNew/TranReport.aspx.cs +++ b/Swift.web/Remit/Transaction/Reports/TransactionNew/TranReport.aspx.cs @@ -185,13 +185,18 @@ namespace Swift.web.Remit.Transaction.Reports.TransactionNew { decimal total = partnerTable.AsEnumerable() .Sum(row => decimal.TryParse(row[i].ToString(), out decimal val) ? val : 0); - if(i == 17 && i == 27) + //if(i == 17) + //{ + // strTable.Append("" + total + ""); + //} + //else + if (i == 26) { - strTable.Append("" + total + ""); + strTable.Append("" + total + " USD"); } - else if (i == 26) + else if(i == 27) { - strTable.Append("" + total + " USD"); + strTable.Append("" + total + ""); } else { diff --git a/Swift.web/Swift.web.csproj b/Swift.web/Swift.web.csproj index 0cb0383..8fd000e 100644 --- a/Swift.web/Swift.web.csproj +++ b/Swift.web/Swift.web.csproj @@ -9727,12 +9727,15 @@ VerifyDebitCardTxn.aspx + ASPXCodeBehind + VerifyInwardTransaction.aspx ASPXCodeBehind VerifyDebitCardTxn.aspx + VerifyInwardTransaction.aspx