diff --git a/server/job/job-totals.js b/server/job/job-totals.js index ba072c67a..2dfe12387 100644 --- a/server/job/job-totals.js +++ b/server/job/job-totals.js @@ -277,7 +277,7 @@ async function CalculateRatesTotals({ job, client }) { amount: Math.round((item.act_price || 0) * 100), }); } - if (item.line_desc.toLowerCase().includes("hazardous waste")) { + if (item.line_desc?.toLowerCase().includes("hazardous waste")) { hasMahwLine = item; }