nonprofittechy / docassemble-ssioverpaymentwaiver

Request for Waiver of SSI Overpayment
https://docassemble.org
MIT License
2 stars 6 forks source link

id: past overpayments #66

Closed miabonardi closed 3 years ago

miabonardi commented 3 years ago

This question currently only populates past_overpayment_explanation and not both required answers to the question.
- "overpaid_before_steps_to_prevent": ${ past_overpayment_explanation if not first_overpayment else ''} should be changed to - "overpaid_before_steps_to_prevent": ${ past_overpayment_explanation + past_overpayment_similar_explanation if not first_overpayment else ''}