Skip to content

Commit

Permalink
Merge branch 'B-21557-Estimated-Price' into B-21557-INT-Estimated-Price
Browse files Browse the repository at this point in the history
  • Loading branch information
joeydoyecaci committed Dec 27, 2024
2 parents 673b37d + 10e2893 commit c9aabd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/services/orchestrators/shipment/shipment_updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ func (s *shipmentUpdater) UpdateShipment(appCtx appcontext.AppContext, shipment
if serviceItemEstimatedPrice != 0 && err == nil {
mtoShipment.MTOServiceItems[index].PricingEstimate = &serviceItemEstimatedPrice
}
if err != nil {
return err
}
}
}
}
Expand Down

0 comments on commit c9aabd0

Please sign in to comment.