Skip to content

Commit

Permalink
update query to consider UB excess weight risk
Browse files Browse the repository at this point in the history
  • Loading branch information
traskowskycaci committed Jan 13, 2025
1 parent a1a3a14 commit 59183ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/services/order/order_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,10 @@ func tooQueueOriginRequestsFilter(role roles.RoleType, locator *string) QueryOpt
((moves.excess_weight_qualified_at IS NOT NULL AND moves.excess_weight_acknowledged_at IS NULL) AND moves.status = 'APPROVALS REQUESTED')
)
OR
(
((moves.excess_unaccompanied_baggage_weight_qualified_at IS NOT NULL AND moves.excess_unaccompanied_baggage_weight_acknowledged_at IS NULL) AND moves.status = 'APPROVALS REQUESTED')
)
OR
(
((sit_extensions.mto_shipment_id IS NOT NULL) AND sit_extensions.status = 'PENDING')
)
Expand Down

0 comments on commit 59183ff

Please sign in to comment.