IO-774 IO-812 Part Tax and Glass Tax Total calculations

This commit is contained in:
Patrick Fic
2021-03-30 09:52:28 -07:00
parent edc08ce6b1
commit e9d7f55899
10 changed files with 371 additions and 88 deletions

View File

@@ -171,6 +171,14 @@ function JobsCreateContainer({ bodyshop, setBreadcrumbs, setSelectedHeader }) {
prt_tax_in: true,
prt_tax_rt: bodyshop.bill_tax_rates.state_tax_rate / 100,
},
PAG: {
prt_type: "PAG",
prt_discp: 0,
prt_mktyp: false,
prt_mkupp: 0,
prt_tax_in: true,
prt_tax_rt: bodyshop.bill_tax_rates.state_tax_rate / 100,
},
PAL: {
prt_type: "PAL",
prt_discp: 0,