Skip to content

Commit 9aa0b4a

Browse files
committed
Fix edit
1 parent f1a8630 commit 9aa0b4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/lib/pdf_filler/f13614c_pdf.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ def hash_for_pdf
102102
answers["form1[0].page1[0].anyoneElseClaim[0].otherClaimYes[0]"] = yes_no_unfilled_to_checkbox(@intake.claimed_by_another)
103103
answers["form1[0].page1[0].anyoneElseClaim[0].otherClaimNo[0]"] = yes_no_unfilled_to_opposite_checkbox(@intake.claimed_by_another)
104104

105+
answers["form1[0].page1[0].howToVote[0].voteInformationYes[0]"] = yes_no_unfilled_to_checkbox(@intake.register_to_vote)
106+
answers["form1[0].page1[0].howToVote[0].voteInformationNo[0]"] = yes_no_unfilled_to_opposite_checkbox(@intake.register_to_vote)
107+
105108
# PAGE 2
106109
answers.merge!(
107110
keep_and_normalize(

0 commit comments

Comments
 (0)