diff --git a/server/data/autohouse.js b/server/data/autohouse.js index 13b58e76b..c19708714 100644 --- a/server/data/autohouse.js +++ b/server/data/autohouse.js @@ -758,7 +758,8 @@ const CreateCosts = (job) => { key !== defaultCosts.PAS && key !== defaultCosts.PASL && key !== defaultCosts.MAPA && - key !== defaultCosts.MASH + key !== defaultCosts.MASH && + key !== defaultCosts.TOW ) return acc.add(billTotalsByCostCenters[key]); return acc;