Skip to content

Commit

Permalink
Adding limit to box 8E on 0781a form
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesoskin committed Dec 2, 2024
1 parent 0b0e68e commit 1b3daa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/pdf_fill/forms/va210781a.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ class Va210781a < FormBase
}
},
'incidentDescription' => {
key: "incidentDescription[#{ITERATOR}]"
key: "incidentDescription[#{ITERATOR}]",
limit: 536
},
'combinedName0' => {
limit: 80,
Expand Down

0 comments on commit 1b3daa2

Please sign in to comment.