Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

97625 Debt Team FSR missing housing expenses #19656

Merged
merged 3 commits into from
Nov 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def full_transform_form
:'view:streamlined_waiver',
:'view:streamlined_waiver_asset_update',
:'view:review_page_navigation_toggle',
:'view:show_updated_expense_pages',
questions: %i[
has_repayments has_credit_card_bills has_recreational_vehicle
has_vehicle has_real_estate spouse_has_benefits is_married
Expand Down Expand Up @@ -317,11 +318,12 @@ def full_transform_form
]
],
expenses: [
expense_records: %i[name amount],
credit_card_bills: %i[
purpose creditor_name original_amount unpaid_balance
amount_due_monthly date_started amount_past_due
]
:monthly_housing_expenses,
{ expense_records: %i[name amount],
credit_card_bills: %i[
purpose creditor_name original_amount unpaid_balance
amount_due_monthly date_started amount_past_due
] }
],
utility_records: %i[name amount],
other_expenses: %i[name amount],
Expand Down
Loading