From b48d7512a211fc6b0c051d301e48ee724e86f031 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 7 Apr 2022 07:59:54 -0700 Subject: [PATCH] Autohouse update. --- server/data/autohouse.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;