Skip to content

Commit

Permalink
Merge branch 'integrationTesting' into B-20616-Adding-Test-Check
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstanceH authored Sep 26, 2024
2 parents e9f9f07 + fcf22f8 commit 0ed8f15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func (s SSWPPMComputer) FormatValuesShipmentSummaryWorksheetFormPage1(data model

finalPPMWeight := FormatPPMWeightFinal(data.PPMShipmentFinalWeight)
page1.ShipmentWeights = finalPPMWeight
page1.ActualObligationGCC100 = formattedShipment.ShipmentWeightForObligation + " - Actual lbs; "
page1.ActualObligationGCC100 = finalPPMWeight + "; " + formattedShipment.FinalIncentive
page1.PreparationDate1, err = formatSSWDate(data.SignedCertifications, data.PPMShipment.ID)
if err != nil {
return page1, err
Expand Down

0 comments on commit 0ed8f15

Please sign in to comment.