Merged in release/2022-04-08 (pull request #441)

Autohouse update.
This commit is contained in:
Patrick Fic
2022-04-07 15:00:32 +00:00

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;