From 79fb4722f1fa3b0f524396bd0077ab64f1f6c18c Mon Sep 17 00:00:00 2001 From: justin Date: Fri, 29 May 2026 15:00:46 -0500 Subject: [PATCH] Mark BOC-3 as non-discountable (passthrough cost to Process Agent LLC) Co-Authored-By: Claude Opus 4.6 (1M context) --- api/src/routes/compliance-orders.ts | 2 +- site/public/order/dot-compliance/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/src/routes/compliance-orders.ts b/api/src/routes/compliance-orders.ts index e38136e..c5e232f 100644 --- a/api/src/routes/compliance-orders.ts +++ b/api/src/routes/compliance-orders.ts @@ -227,7 +227,7 @@ const COMPLIANCE_SERVICES: Record< name: "BOC-3 Process Agent Filing", price_cents: 8900, erpnext_item: "BOC3-FILING", - discountable: true, + discountable: false, // passthrough cost — $25 to Process Agent LLC }, "ucr-registration": { name: "UCR Annual Registration", diff --git a/site/public/order/dot-compliance/index.html b/site/public/order/dot-compliance/index.html index 54d4b98..b02bc64 100644 --- a/site/public/order/dot-compliance/index.html +++ b/site/public/order/dot-compliance/index.html @@ -443,7 +443,7 @@ var totalSection = document.getElementById("pw-total-section"); var totalRows = document.getElementById("pw-total-rows"); // Non-discountable slugs (passthrough costs) -var nonDiscountable = {"dot-drug-alcohol": true}; +var nonDiscountable = {"dot-drug-alcohol": true, "boc3-filing": true}; // Cached discount info var activeDiscount = null;