Skip to content

Commit

Permalink
Adding in line removed by merge
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryKleinjanCACI committed Feb 20, 2025
1 parent 60ff7ae commit 6799a3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ func (f *shipmentAddressUpdateRequester) ReviewShipmentAddressChange(appCtx appc
shipmentHasApprovedDestSIT := f.doesShipmentContainApprovedDestinationSIT(shipmentDetails)

for i, serviceItem := range shipmentDetails.MTOServiceItems {
if shipment.PrimeEstimatedWeight != nil || shipment.PrimeActualWeight != nil {
if shipment.MarketCode != models.MarketCodeInternational && shipment.PrimeEstimatedWeight != nil || shipment.MarketCode != models.MarketCodeInternational && shipment.PrimeActualWeight != nil {
var updatedServiceItem *models.MTOServiceItem
if serviceItem.ReService.Code == models.ReServiceCodeDDP || serviceItem.ReService.Code == models.ReServiceCodeDUPK {
updatedServiceItem, err = serviceItemUpdater.UpdateMTOServiceItemPricingEstimate(appCtx, &serviceItem, shipment, etag.GenerateEtag(serviceItem.UpdatedAt))
Expand Down

0 comments on commit 6799a3f

Please sign in to comment.