We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170ddda commit 4a134f4Copy full SHA for 4a134f4
lib/pdf_fill/forms/va686c674v2.rb
@@ -1683,7 +1683,7 @@ def merge_child_helpers
1683
# rubocop:disable Metrics/MethodLength
1684
def expand_child_status(child)
1685
# expand child status
1686
- child_status = child['relationship_to_child']
+ child_status = child['relationship_to_child'] || {}
1687
date_entered_household = split_date(child['date_entered_household'])
1688
1689
if child.key?('has_child_ever_been_married')
0 commit comments