Skip to content

Commit

Permalink
multistamp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudmagic80 committed Sep 3, 2024
1 parent aaceb92 commit 190982a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ivc_champva/app/models/ivc_champva/vha_10_10d.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def initial_stamps

stamps << { coords: [520, 470], text: first_applicant_country, page: 0 }
stamps << { coords: [520, 590], text: veteran_country, page: 0 } unless sponsor_is_deceased

stamps << { coords: [420, 45], text: veteran_country, page: 0 } if @data['certifier_role'] == 'sponsor'
stamps
end

Expand Down

0 comments on commit 190982a

Please sign in to comment.