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:
parent
651f1984d9
commit
79fb4722f1
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue