diff --git a/server/data/autohouse.js b/server/data/autohouse.js index b4e29b086..94090c0f2 100644 --- a/server/data/autohouse.js +++ b/server/data/autohouse.js @@ -799,7 +799,7 @@ const CreateCosts = (job) => { (job.bodyshop.jc_hourly_rates && job.bodyshop.jc_hourly_rates.mapa * 100) || 0, - }).multiply(materialsHours.mapaHrs) + }).multiply(job.job_totals.rates.mapa.hours) ); } }