approval of transactions works, is also now requires a matching transaction if the bin selected also uses hybrid control, rejection still needs to be implemented
This commit is contained in:
parent
a083f7d8ed
commit
691b3be1f9
3 changed files with 85 additions and 26 deletions
|
|
@ -712,6 +712,8 @@ export default function BinSettings(props: Props) {
|
|||
return "Auto (lidar)"
|
||||
case pond.BinInventoryControl.BIN_INVENTORY_CONTROL_AUTOMATIC:
|
||||
return "Auto (cable)"
|
||||
case pond.BinInventoryControl.BIN_INVENTORY_CONTROL_HYBRID_LIDAR:
|
||||
return "Hybrid (lidar)"
|
||||
default:
|
||||
return "Manual"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue