mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +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");
|
ViewData.SetActivePage(InvoiceNavPages.Index, "Invoices");
|
||||||
var storeIds = string.Join("", Model.StoreIds.Select(storeId => $",storeid:{storeId}"));
|
var storeIds = string.Join("", Model.StoreIds.Select(storeId => $",storeid:{storeId}"));
|
||||||
|
if (this.Context.GetRouteValue("storeId") is string)
|
||||||
|
storeIds = string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
@section PageHeadContent {
|
@section PageHeadContent {
|
||||||
|
|
Loading…
Add table
Reference in a new issue