From 82db7a1f14163bed8ac1e8d2184d531de2eb3685 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Wed, 8 Jun 2022 17:45:30 -0700 Subject: [PATCH] IO-1914 Add manual and edit lines of inventory. --- .../bill-inventory-table.component.jsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/client/src/components/bill-inventory-table/bill-inventory-table.component.jsx b/client/src/components/bill-inventory-table/bill-inventory-table.component.jsx index e9403a0f1..9b2222397 100644 --- a/client/src/components/bill-inventory-table/bill-inventory-table.component.jsx +++ b/client/src/components/bill-inventory-table/bill-inventory-table.component.jsx @@ -74,6 +74,7 @@ export function BillInventoryTable({ {t("billlines.fields.quantity")} {t("billlines.fields.actual_price")} {t("billlines.fields.actual_cost")} + {t("inventory.fields.comment")} {t("inventory.actions.consumefrominventory")} @@ -136,6 +137,16 @@ export function BillInventoryTable({ + + + + +