Browse Source

View transaction

feature/19315_Customer-Registration-new
Dinesh 10 months ago
parent
commit
1591ebb89e
  1. 2
      CustomerOnlineV2/CustomerOnlineV2.Repository/Repository/TransactionRepository/TransactionRepository.cs

2
CustomerOnlineV2/CustomerOnlineV2.Repository/Repository/TransactionRepository/TransactionRepository.cs

@ -331,6 +331,8 @@ namespace CustomerOnlineV2.Repository.Repository.TransactionRepository
{ {
Id = Convert.ToString(item["Id"]), Id = Convert.ToString(item["Id"]),
Amount = Convert.ToString(item["Amount"]), Amount = Convert.ToString(item["Amount"]),
acAmt = Convert.ToString(item["tAmount"]),
ControlNo = Convert.ToString(item["controlNo"]),
receiverName = Convert.ToString(item["recName"]), receiverName = Convert.ToString(item["recName"]),
recAccountNum = Convert.ToString(item["recAccNum"]), recAccountNum = Convert.ToString(item["recAccNum"]),
PaymentMethod = Convert.ToString(item["PaymentMethod"]), PaymentMethod = Convert.ToString(item["PaymentMethod"]),

Loading…
Cancel
Save