diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d67873a1..167007b98 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -182,7 +182,7 @@ jobs: imex-test-app-build: docker: - image: cimg/node:16.15.0 - + resource_class: large working_directory: ~/repo/client steps: diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 77a8015de..0fee006a5 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -32669,6 +32669,27 @@ + + parts_lines + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + parts_received false diff --git a/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx b/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx index 4b60b135e..a22b51dad 100644 --- a/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx +++ b/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx @@ -101,6 +101,7 @@ function BillEnterModalContainer({ location, outstanding_returns, inventory, + federal_tax_exempt, ...remainingValues } = values; diff --git a/client/src/components/card-payment-modal/card-payment-modal.component..jsx b/client/src/components/card-payment-modal/card-payment-modal.component..jsx index 3674211a8..6927bbf2f 100644 --- a/client/src/components/card-payment-modal/card-payment-modal.component..jsx +++ b/client/src/components/card-payment-modal/card-payment-modal.component..jsx @@ -280,24 +280,22 @@ const CardPaymentModalComponent = ({ 0 ? data.jobs.map((j) => j.ro_number).join(", ") : null } - hidden /> 0 ? data.jobs.filter((j) => j.ownr_ea)[0]?.ownr_ea : null } - hidden /> ); @@ -325,9 +323,8 @@ const CardPaymentModalComponent = ({