diff --git a/pkg/services/shipment_summary_worksheet/shipment_summary_worksheet.go b/pkg/services/shipment_summary_worksheet/shipment_summary_worksheet.go index bc861588e2b..76de2ddbe68 100644 --- a/pkg/services/shipment_summary_worksheet/shipment_summary_worksheet.go +++ b/pkg/services/shipment_summary_worksheet/shipment_summary_worksheet.go @@ -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