From 3e3b2780e3005efe03f3668028f327d22d80f38f Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 24 Dec 2020 07:56:58 -0800 Subject: [PATCH] Missed in last commit for IH bills. --- .../parts-order-modal/parts-order-modal.container.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/components/parts-order-modal/parts-order-modal.container.jsx b/client/src/components/parts-order-modal/parts-order-modal.container.jsx index cd057edc7..94c63f3e0 100644 --- a/client/src/components/parts-order-modal/parts-order-modal.container.jsx +++ b/client/src/components/parts-order-modal/parts-order-modal.container.jsx @@ -134,7 +134,8 @@ export function PartsOrderModalContainer({ line_remarks: p.line_remarks, quantity: p.quantity || 1, cost_center: - bodyshop.md_responsibility_centers.defaults.PAO || "Other*", + bodyshop.md_responsibility_centers.defaults.costs.PAO || + "Other*", }; }), },