From e46307e7156136f78b94f86b704b1af173608582 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Thu, 9 Sep 2021 13:09:05 -0700 Subject: [PATCH] IO-1350 Audatex import issues. --- bodyshop_translations.babel | 21 +++++ ...p-info.responsibilitycenters.component.jsx | 78 +++++++++++++++++++ client/src/translations/en_us/common.json | 1 + client/src/translations/es/common.json | 1 + client/src/translations/fr/common.json | 1 + server/job/job-totals.js | 12 ++- 6 files changed, 113 insertions(+), 1 deletion(-) diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 4bb07a045..9d91b0a8c 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -6344,6 +6344,27 @@ + + pasl + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + refund false diff --git a/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx b/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx index c50b7b9b0..0da65dd3d 100644 --- a/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx +++ b/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx @@ -871,6 +871,27 @@ export function ShopInfoResponsibilityCenterComponent({ bodyshop, form }) { ))} + + + + + + + + + + + + 0 ? 1 : -1) + ) ), }, }; @@ -306,6 +315,7 @@ function CalculatePartsTotals(jobLines) { }, sublets: { subtotal: Dinero({ amount: 0 }), + total: Dinero({ amount: 0 }), }, }