IO-2915 Customer Portion Totals - Federal Tax

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2024-09-10 11:55:42 -07:00
parent d0a7b87e04
commit 0193ff9e65

View File

@@ -141,10 +141,14 @@ export function JobTotalsTableTotals({ bodyshop, job }) {
key: t("jobs.fields.ded_amt"), key: t("jobs.fields.ded_amt"),
total: job.job_totals.totals.custPayable.deductible total: job.job_totals.totals.custPayable.deductible
}, },
// { ...(InstanceRenderManager({
// key: t("jobs.fields.federal_tax_payable"), imex: [{
// total: job.job_totals.totals.custPayable.federal_tax, key: t("jobs.fields.federal_tax_payable"),
// }, total: job.job_totals.totals.custPayable.federal_tax
}],
rome: [],
promanager: "USE_ROME"
})),
{ {
key: t("jobs.fields.other_amount_payable"), key: t("jobs.fields.other_amount_payable"),
total: job.job_totals.totals.custPayable.other_customer_amount total: job.job_totals.totals.custPayable.other_customer_amount