This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
Don't show undue hardship error if they answered NO
pull/160/head
ariannedee
5 years ago
parent
9fc8474de2
commit
f8fa56fb84
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
:
Write
Preview
Loading…
Cancel
Save