diff --git a/CutList.Web/Components/Pages/Jobs/Edit.razor b/CutList.Web/Components/Pages/Jobs/Edit.razor
index 4e0dcea..35a0bf0 100644
--- a/CutList.Web/Components/Pages/Jobs/Edit.razor
+++ b/CutList.Web/Components/Pages/Jobs/Edit.razor
@@ -554,7 +554,7 @@ else
{
| @part.Material.DisplayName |
- @ArchUnits.FormatFromInches((double)part.LengthInches) |
+ @ArchUnits.FormatFromInches((double)part.LengthInches) (@(part.LengthInches)") |
@part.Quantity |
@(string.IsNullOrWhiteSpace(part.Name) ? "-" : part.Name) |
@@ -917,7 +917,7 @@ else
{
|
| @stock.Material?.DisplayName |
- @ArchUnits.FormatFromInches((double)stock.LengthInches) |
+ @ArchUnits.FormatFromInches((double)stock.LengthInches) (@(stock.LengthInches)") |
@(stock.Quantity == -1 ? "Unlimited" : stock.Quantity.ToString()) |
@stock.Priority |
|