Browse Source

Fix bug - checking for wrong question

pull/170/head
ariannedee 5 years ago
parent
commit
9858bcfe05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/utils/derived.py

+ 1
- 1
edivorce/apps/core/utils/derived.py View File

@ -194,7 +194,7 @@ def show_fact_sheet_c(responses, derived):
def fact_sheet_c_error(responses, derived):
questions = ['number_of_children_claimant',
'determine_split_custody',
'your_spouse_child_support_paid_c',
'number_of_children_claimant_spouse',
'your_child_support_paid_c',
]


Loading…
Cancel
Save