Renamed ATP to ATS and updated totals calculation logic. Logic is still WIP

This commit is contained in:
Patrick Fic
2020-09-10 09:27:37 -07:00
parent ba4173c000
commit 41117ff0c2
36 changed files with 3281 additions and 126 deletions

View File

@@ -22,7 +22,6 @@ export function JobCalculateTotals({ bodyshop, job }) {
const newTotals = (
await Axios.post("/job/totals", {
job: job,
shoprates: bodyshop.shoprates,
})
).data;