feat: restore Simple/Baby Teeth EXT combos, hide from PreAuth only
- Restore simpleExtraction (D7140), surgicalExtraction (D7210), babyTeethExtraction (D7111) - Add excludeIds prop to RegularComboButtons for per-button filtering - PreAuth tab excludes Simple EXT and Baby Teeth EXT; Insurance Claim tab shows all Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2149,6 +2149,7 @@ export function ClaimForm({
|
||||
"Composite Fillings (Back)",
|
||||
"Pedo",
|
||||
]}
|
||||
excludeIds={["simpleExtraction", "babyTeethExtraction"]}
|
||||
onRegularCombo={(comboKey) => {
|
||||
setForm((prev) => {
|
||||
const next = applyComboToForm(
|
||||
|
||||
Reference in New Issue
Block a user