Fix ga_exemptions and ks_exemptions in repeal_state_dependent_exemptions reform#7342
Conversation
…ons reform - Fix ga_exemptions to use correct parameter path (p.personal.amount[filing_status] instead of p.personal[filing_status]) and check p.personal.availability - Replace ks_count_exemptions update with ks_exemptions to handle the 2024+ by_filing_status branch that bypasses ks_count_exemptions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PR Review✅ GA Fix VerifiedThe
|
MaxGhenis
left a comment
There was a problem hiding this comment.
LGTM - Fixes GA exemptions parameter path (p.personal.amount[filing_status] vs p.personal[filing_status]) and adds availability check. KS fix correctly replaces ks_count_exemptions with ks_exemptions to handle the 2024+ by_filing_status branch, including veteran exemptions and HOH additional amounts. All CI checks pass.
Summary
ga_exemptionsformula to use correct parameter path (p.personal.amount[filing_status]instead ofp.personal[filing_status]) and addp.personal.availabilitycheckks_count_exemptionsupdate withks_exemptionsto handle the 2024+by_filing_statusbranch that bypassesks_count_exemptionsTest plan
🤖 Generated with Claude Code