Browse Source

Don't show undue hardship error if they answered NO

pull/160/head
ariannedee 5 years ago
parent
commit
f8fa56fb84
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      edivorce/apps/core/utils/conditional_logic.py

+ 3
- 2
edivorce/apps/core/utils/conditional_logic.py View File

@ -65,8 +65,9 @@ def determine_missing_undue_hardship_reasons(questions_dict):
except json.JSONDecodeError:
if value:
return False
return True
return True
else:
return False
def determine_child_support_payor(questions_dict):


Loading…
Cancel
Save