mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Do not show storeid in the invoice filter
This commit is contained in:
parent
288fbda54f
commit
dcdab5b218
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
@{
|
||||
ViewData.SetActivePage(InvoiceNavPages.Index, "Invoices");
|
||||
var storeIds = string.Join("", Model.StoreIds.Select(storeId => $",storeid:{storeId}"));
|
||||
if (this.Context.GetRouteValue("storeId") is string)
|
||||
storeIds = string.Empty;
|
||||
}
|
||||
|
||||
@section PageHeadContent {
|
||||
|
|
Loading…
Add table
Reference in a new issue