2021-08-30
Bug Fixes
- Fixed an issue in the Main Content that was incorrectly padding positions less than 7 digits with a 0 on the right side of the position instead of the left side.
- Eg - position 061488 was being corrected to 0614880 instead of 0061488.
- Added support to the 2D Bay View for positions less than 7 digits by padding the position with 0's on the left.
- Previously, these containers were flagged as having invalid positions and so would show as holes in the 2D view.
- Added logic to the 2D Bay View to flag containers with a Row position > 29 as invalid positions to be corrected within the Move function.