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 }),
},
}