diff --git a/src/Components/Facility/AddInventoryForm.tsx b/src/Components/Facility/AddInventoryForm.tsx index 5beb7ad744b..beec1f24ce3 100644 --- a/src/Components/Facility/AddInventoryForm.tsx +++ b/src/Components/Facility/AddInventoryForm.tsx @@ -254,7 +254,7 @@ export const AddInventoryForm = (props: any) => { { id: true, name: "Add Stock" }, { id: false, name: "Use Stock" }, ]} - optionValue={(inventory) => inventory.name} + optionValue={(inventory) => inventory.id} optionLabel={(inventory) => inventory.name} error={stockError} />