Mark BOC-3 as non-discountable (passthrough cost to Process Agent LLC)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-05-29 15:00:46 -05:00
parent 651f1984d9
commit 79fb4722f1
2 changed files with 2 additions and 2 deletions

View file

@ -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;