From 9f5c282b4194cbc67a3faafecfb6257a890bcbb9 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 12 Sep 2024 09:19:49 -0700 Subject: [PATCH] IO-2925 Add 40% as PPC choice. --- .../parts-order-modal-price-change.component.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/components/parts-order-modal/parts-order-modal-price-change.component.jsx b/client/src/components/parts-order-modal/parts-order-modal-price-change.component.jsx index 4e89ab287..8e182f67f 100644 --- a/client/src/components/parts-order-modal/parts-order-modal-price-change.component.jsx +++ b/client/src/components/parts-order-modal/parts-order-modal-price-change.component.jsx @@ -27,6 +27,10 @@ export default function PartsOrderModalPriceChange({ form, field }) { key: "25", label: t("parts_orders.labels.discount", { percent: "25%" }) }, + { + key: "40", + label: t("parts_orders.labels.discount", { percent: "40%" }) + }, { key: "custom", label: (