diff --git a/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/ViewAllTxn.cshtml b/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/ViewAllTxn.cshtml index c93b4bb..5513935 100644 --- a/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/ViewAllTxn.cshtml +++ b/CustomerOnlineV2/CustomerOnlineV2/Views/Transaction/ViewAllTxn.cshtml @@ -42,15 +42,15 @@ =============================== -->
-
S.N
-
Receiver Details
-
Receive Amount
-
Send Amount
-
Control No
-
Repeat
-
Country
-
Transaction Type
-
Transaction Detail View
+
S.N
+
Receiver Details
+
Receive Amount
+
Send Amount
+
Control No
+
Repeat
+
Country
+
Transaction Type
+
Transaction Detail View
@@ -60,13 +60,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -185,16 +185,16 @@ var row = `
-
${i + 1}
-
${d.receiverName}${d.recAccountNum}
-
${d.amount}
-
${d.acAmt}
-
${d.controlNo}
- - -
${d.pCountry}
-
${d.paymentMethod}
-
+
${i + 1}
+
${d.receiverName}${d.recAccountNum}
+
${d.amount}
+
${d.acAmt}
+
${d.controlNo}
+ + +
${d.pCountry}
+
${d.paymentMethod}
+
`;