diff --git a/src/bin/BinSettings.tsx b/src/bin/BinSettings.tsx
index f970b2b..c65bd31 100644
--- a/src/bin/BinSettings.tsx
+++ b/src/bin/BinSettings.tsx
@@ -485,6 +485,7 @@ export default function BinSettings(props: Props) {
form.inventory.inventoryControl = inventoryControl
form.inventory.autoThreshold = autoFillThreshold
}
+ console.log(form)
binAPI
.updateBin(bin.key(), form, as)
.then(response => {
@@ -741,7 +742,7 @@ export default function BinSettings(props: Props) {
case pond.BinInventoryControl.BIN_INVENTORY_CONTROL_HYBRID_LIDAR:
return "Hybrid (lidar)"
case pond.BinInventoryControl.BIN_INVENTORY_CONTROL_LIBRACART:
- return "Auto (LibraCart)"
+ return "Auto (Libra Cart)"
default:
return "Manual"
}
@@ -905,7 +906,7 @@ export default function BinSettings(props: Props) {
}
- label={"Auto (LibraCart)"}
+ label={"Auto (Libra Cart)"}
/>
}
@@ -951,7 +952,7 @@ export default function BinSettings(props: Props) {
{inventoryControl === pond.BinInventoryControl.BIN_INVENTORY_CONTROL_LIBRACART &&
{
let newForm = form;
@@ -963,7 +964,7 @@ export default function BinSettings(props: Props) {
options={lcDestinationOptions}
/>
- The linked bins inventory will be adjusted When the LibraCart Destination data is synced every 6 hours
+ The linked bins inventory will be adjusted When the Libra Cart Destination data is synced every 6 hours
}
diff --git a/src/integrations/LibraCart/LibraCartAccess.tsx b/src/integrations/LibraCart/LibraCartAccess.tsx
index eb39433..b097875 100644
--- a/src/integrations/LibraCart/LibraCartAccess.tsx
+++ b/src/integrations/LibraCart/LibraCartAccess.tsx
@@ -196,7 +196,7 @@ export default function LibraCartAccess() {
-
+
}
{user.hasFeature("libra-cart") &&
-
+
goTo("/libracart")}
@@ -489,7 +489,7 @@ export default function SideNavigator(props: Props) {
- {open && }
+ {open && }
}
diff --git a/src/pages/LibraCart.tsx b/src/pages/LibraCart.tsx
index 4e93012..19c4dc8 100644
--- a/src/pages/LibraCart.tsx
+++ b/src/pages/LibraCart.tsx
@@ -103,7 +103,7 @@ export default function LibraCart() {