Add an invoices list to store list

This commit is contained in:
nicolas.dorier
2018-10-29 12:44:20 +09:00
parent d3b3198b68
commit d0cafb020f

View File

@@ -42,6 +42,7 @@
}
</td>
<td style="text-align:right">
<a asp-action="ListInvoices" asp-controller="Invoice" asp-route-searchTerm="storeid:@store.Id">Invoices</a><span> - </span>
@if (store.IsOwner)
{
<a asp-action="UpdateStore" asp-controller="Stores" asp-route-storeId="@store.Id">Settings</a><span> - </span>