Merge branch 'fix/depretiatio-response' into 'development'

adjust total bobot laporan keuangan

See merge request mbugroup/lti-api!611
This commit is contained in:
Giovanni Gabriel Septriadi
2026-06-08 05:39:09 +00:00
@@ -83,7 +83,7 @@ func ToMarketingReportItems(mdps []entity.MarketingDeliveryProduct, hppByDeliver
realizationDate = *mdp.DeliveryDate
}
totalWeightKg := mdp.UsageQty * mdp.AvgWeight
totalWeightKg := mdp.TotalWeight
salesAmount := totalWeightKg * mdp.UnitPrice
var hpp float64