IO-1606 IO-1607 IO-1752 Move towing rates.

This commit is contained in:
Patrick Fic
2022-03-08 14:47:01 -08:00
parent f11eb6406d
commit 2579558090
3 changed files with 19 additions and 9 deletions

View File

@@ -64,9 +64,9 @@ export default function JobBillsTotalComponent({
})
);
const totalPartsSublet = Dinero(totals.parts.parts.total).add(
Dinero(totals.parts.sublets.total)
);
const totalPartsSublet = Dinero(totals.parts.parts.total)
.add(Dinero(totals.parts.sublets.total))
.add(Dinero(totals.additional.towing));
const discrepancy = totalPartsSublet.subtract(billTotals);