-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FYST-1359] Add Names and SSN to ID39 PDF #5701
[FYST-1359] Add Names and SSN to ID39 PDF #5701
Conversation
Co-authored-by: Drew Proebstel <[email protected]>
Heroku app: https://gyr-review-app-5701-316f4bd81988.herokuapp.com/ |
app/lib/pdf_filler/id39r_pdf.rb
Outdated
@@ -40,6 +43,18 @@ def hash_for_pdf | |||
answers | |||
end | |||
|
|||
def formatted_display_name | |||
if @intake.filing_status_mfj? | |||
if @intake.primary.last_name == @intake.spouse.last_name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[super dust] i dont think this will be a likely scenario, but what if for some reason they had different capitalizations? Should we downcase & match? Probably doesn't matter much at the end of the day, so feel free to ignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 it’s not a bad idea, i pushed up a fix for this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
…39-r-missing-filer-name-and-ssn-at-top-of-pages
…39-r-missing-filer-name-and-ssn-at-top-of-pages
…39-r-missing-filer-name-and-ssn-at-top-of-pages
Link to pivotal/JIRA issue
Is PM acceptance required? (delete one)
Reminder: merge main into this branch and get green tests before merging to main
What was done?
Added Names & SSN to ID39.
How to test?
id39r_pdf_spec.rb
Screenshots (for visual changes)