Do not show storeid in the invoice filter

This commit is contained in:
nicolas.dorier 2022-02-16 13:43:17 +09:00
parent 288fbda54f
commit dcdab5b218
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -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 {