diff --git a/Sloth.Web/Views/Transactions/_AeDetails.cshtml b/Sloth.Web/Views/Transactions/_AeDetails.cshtml index 09bf8009..1f466672 100644 --- a/Sloth.Web/Views/Transactions/_AeDetails.cshtml +++ b/Sloth.Web/Views/Transactions/_AeDetails.cshtml @@ -104,6 +104,38 @@ } + @if (!string.IsNullOrWhiteSpace(Model.Transaction.ReversalOfTransactionId)) + { +
+
+ Reversal Of +
+
+ + Click here to view reversed transaction + +
+
+ } + @if (!string.IsNullOrWhiteSpace(Model.Transaction.ReversalTransactionId)) + { +
+
+ Reversal Transaction +
+
+ + Click here to view reversal transaction + +
+
+ } @if (Model.RelatedTransactions.Transactions.Any()) {
diff --git a/Sloth.Web/Views/Transactions/_KfsDetails.cshtml b/Sloth.Web/Views/Transactions/_KfsDetails.cshtml index 72fd3a5d..5d46c299 100644 --- a/Sloth.Web/Views/Transactions/_KfsDetails.cshtml +++ b/Sloth.Web/Views/Transactions/_KfsDetails.cshtml @@ -93,6 +93,38 @@
} + @if (!string.IsNullOrWhiteSpace(Model.Transaction.ReversalOfTransactionId)) + { +
+
+ Reversal Of +
+
+ + Click here to view reversed transaction + +
+
+ } + @if (!string.IsNullOrWhiteSpace(Model.Transaction.ReversalTransactionId)) + { +
+
+ Reversal Transaction +
+
+ + Click here to view reversal transaction + +
+
+ } @if (Model.RelatedTransactions.Transactions.Any()) {