Autohouse update.

This commit is contained in:
Patrick Fic
2022-04-07 07:59:54 -07:00
parent da9ddfc419
commit b48d7512a2

View File

@@ -758,7 +758,8 @@ const CreateCosts = (job) => {
key !== defaultCosts.PAS && key !== defaultCosts.PAS &&
key !== defaultCosts.PASL && key !== defaultCosts.PASL &&
key !== defaultCosts.MAPA && key !== defaultCosts.MAPA &&
key !== defaultCosts.MASH key !== defaultCosts.MASH &&
key !== defaultCosts.TOW
) )
return acc.add(billTotalsByCostCenters[key]); return acc.add(billTotalsByCostCenters[key]);
return acc; return acc;