diff --git a/server/job/job-totals.js b/server/job/job-totals.js index 3e4983246..11a50a749 100644 --- a/server/job/job-totals.js +++ b/server/job/job-totals.js @@ -98,7 +98,7 @@ function CalculateRatesTotals(ratesList, shoprates) { if (item.mod_lbr_ty === "LAR") { ret.mapa.hours = ret.mapa.hours + item.mod_lb_hrs; } else { - ret.mash.hours = ret.mapa.hours + item.mod_lb_hrs; + ret.mash.hours = ret.mash.hours + item.mod_lb_hrs; } } });