Fixed totals calculations for jobs coming in from Mitchell.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user