-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INT-B-21577 Limit UB weight allowance based on Student Travel order type. #14285
INT-B-21577 Limit UB weight allowance based on Student Travel order type. #14285
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea I was sleep with my eyes open yesterday. Looks Good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Agility ticket
Summary
This branch limits the "Unaccompanied Baggage Weight" limit for a move to 350 lbs if the move order is of the "Student Travel" type. Note that currently there is no validation to ensure that Student Travel is only eligible for OCONUS moves, but since the intention is that this will only be an option for OCONUS, this weight limit functionality only works if you choose an origin or destination duty location that is OCONUS (e.g. Alaska).
How to test
make server_run
P.S. you can also create moves without UB and instead have any other shipment type, and you should still see the "Allowances" card show 350 lbs as shown in step 4, you just won't get the UB shipment card as shown in step 5.