Skip to content

Commit

Permalink
Merge pull request #537 from davidvrsantos/master
Browse files Browse the repository at this point in the history
Atualiza validação do campo TXT no registro 0450
  • Loading branch information
robmachado authored Apr 27, 2023
2 parents ee56825 + 7f1c499 commit 3c110d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elements/ICMSIPI/Z0450.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Z0450 extends Element implements ElementInterface
],
'TXT' => [
'type' => 'string',
'regex' => '^.{1,1000}$',
'regex' => '^.{1,255}$',
'required' => true,
'info' => 'Texto livre da informação complementar existente no documento fiscal',
'format' => ''
Expand Down

0 comments on commit 3c110d6

Please sign in to comment.