Merged in feature/IO-2915-Customer-Portion-Totals-Federal-Tax (pull request #1699)

IO-2915 Customer Portion Totals - Federal Tax

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2024-09-10 20:24:13 +00:00
committed by Dave Richer

View File

@@ -141,10 +141,14 @@ export function JobTotalsTableTotals({ bodyshop, job }) {
key: t("jobs.fields.ded_amt"),
total: job.job_totals.totals.custPayable.deductible
},
// {
// key: t("jobs.fields.federal_tax_payable"),
// total: job.job_totals.totals.custPayable.federal_tax,
// },
...(InstanceRenderManager({
imex: [{
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"),
total: job.job_totals.totals.custPayable.other_customer_amount