Fixed totals calculations for jobs coming in from Mitchell.

This commit is contained in:
Patrick Fic
2020-09-10 10:50:04 -07:00
parent 41117ff0c2
commit a0bb07abfd
2 changed files with 24 additions and 19 deletions

View File

@@ -215,6 +215,13 @@ export function JobsTotalsTableComponent({ bodyshop, job }) {
job.job_totals.parts.sublets.adjustments
).toFormat()})`}</td>
</tr>
<tr>
<td>{t("jobs.labels.additionaltotal")}</td>
<td className="currency">
{Dinero(job.job_totals.parts.additional).toFormat()}
</td>
<td></td>
</tr>
<tr>
<td>{t("jobs.labels.mapa")}</td>
<td className="currency">