diff --git a/pkg/services/shipment_summary_worksheet/shipment_summary_worksheet.go b/pkg/services/shipment_summary_worksheet/shipment_summary_worksheet.go index 7d3dd2c421c..059e00d5b9a 100644 --- a/pkg/services/shipment_summary_worksheet/shipment_summary_worksheet.go +++ b/pkg/services/shipment_summary_worksheet/shipment_summary_worksheet.go @@ -241,7 +241,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