Skip to content

Commit

Permalink
97625 Debt Team FSR missing housing expenses (#19656)
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldrk authored Nov 29, 2024
1 parent b40aa20 commit 323159a
Showing 1 changed file with 7 additions and 5 deletions.
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

0 comments on commit 323159a

Please sign in to comment.