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

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