diff --git a/CutList.Web/Components/Pages/Stock/Edit.razor b/CutList.Web/Components/Pages/Stock/Edit.razor index 17ebb1f..09d2b0a 100644 --- a/CutList.Web/Components/Pages/Stock/Edit.razor +++ b/CutList.Web/Components/Pages/Stock/Edit.razor @@ -2,7 +2,6 @@ @page "/stock/{Id:int}" @inject StockItemService StockItemService @inject MaterialService MaterialService -@inject SupplierService SupplierService @inject NavigationManager Navigation @using CutList.Core.Formatting @@ -39,14 +38,7 @@ else
No supplier offerings configured yet.
- } - else - { -| Supplier | -Part # | -Price | -Actions | -
|---|---|---|---|
| @offering.Supplier.Name | -@(offering.PartNumber ?? "-") | -@(offering.Price.HasValue ? offering.Price.Value.ToString("C") : "-") | -- - - | -