mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Dashboard: Do not display archived invoices in recent invoices
Fixes #3783.
This commit is contained in:
parent
46b9760179
commit
89c1b94a12
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ public class StoreRecentInvoices : ViewComponent
|
|||
{
|
||||
UserId = userId,
|
||||
StoreId = new [] { store.Id },
|
||||
IncludeArchived = false,
|
||||
Take = 5
|
||||
});
|
||||
var invoices = new List<StoreRecentInvoiceViewModel>();
|
||||
|
|
Loading…
Add table
Reference in a new issue