From 8b6c7a60610665d69dde9cd3c613de3606030f0b Mon Sep 17 00:00:00 2001 From: d11n Date: Tue, 28 Mar 2023 12:10:50 +0200 Subject: [PATCH] Pull Payments: FIx column order in list (#4818) Date and name were swapped. Fixes #4814. --- BTCPayServer/Views/UIStorePullPayments/PullPayments.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Views/UIStorePullPayments/PullPayments.cshtml b/BTCPayServer/Views/UIStorePullPayments/PullPayments.cshtml index e56d820a2..95ce377de 100644 --- a/BTCPayServer/Views/UIStorePullPayments/PullPayments.cshtml +++ b/BTCPayServer/Views/UIStorePullPayments/PullPayments.cshtml @@ -122,6 +122,7 @@ @foreach (var pp in Model.PullPayments) { + @pp.StartDate.ToBrowserDate() - @pp.StartDate.ToBrowserDate() @pp.AutoApproveClaims