Skip to content

Commit

Permalink
Merge pull request #13734 from transcom/INT-B-20947-GCC-Calculations-…
Browse files Browse the repository at this point in the history
…Payment-Packet

B-20947 Fix: Apply GCC calculation Fix to Payment Packet
  • Loading branch information
TevinAdams committed Sep 19, 2024
2 parents 2e40c97 + 7d39575 commit 8c70e18
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 = finalPPMWeight + "; " + formattedShipment.FinalIncentive
page1.ActualObligationGCC100 = formattedShipment.ShipmentWeightForObligation + " - Actual lbs; "
page1.PreparationDate1, err = formatSSWDate(data.SignedCertifications, data.PPMShipment.ID)
if err != nil {
return page1, err
Expand Down

0 comments on commit 8c70e18

Please sign in to comment.