IO-1125 Add Mapa & Mash for jobs that don't have it.

This commit is contained in:
Patrick Fic
2021-05-18 11:17:28 -07:00
parent 7ee740f7ce
commit 7731833898
9 changed files with 6642 additions and 6564 deletions

View File

@@ -165,7 +165,7 @@ function CalculateRatesTotals(ratesList) {
if (item.mod_lbr_ty === "LAR") {
ret.mapa.hours = ret.mapa.hours + item.mod_lb_hrs;
} else {
ret.mash.hours = ret.mash.hours + item.mod_lb_hrs;
ret.mash.hours = ret.mash.hours + item.mod_lb_hrs; //Apparently there may be an exclusion for glass hours in BC.
}
}
});