Skip to content

Commit

Permalink
Merge pull request #545 from GABRIELTERRIBILE/master
Browse files Browse the repository at this point in the history
Adiciona campo VL_UNIT_CONV no registro C180
  • Loading branch information
robmachado authored Jul 9, 2024
2 parents e19ce6c + 8a55094 commit 58df8b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Elements/ICMSIPI/C180.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ class C180 extends Element
'info' => 'Unidade adotada para informar o campo QUANT_CONV.',
'format' => ''
],
'VL_UNIT_CONV' => [
'type' => 'numeric',
'regex' => '^\d+(\.\d*)?|\.\d+$',
'required' => true,
'info' => 'Valor unitário da mercadoria, considerando a unidade utilizada '
. 'para informar o campo QUANT_CONV.',
'format' => '15v6'
],
'VL_UNIT_ICMS_OP_CONV' => [
'type' => 'numeric',
'regex' => '^\d+(\.\d*)?|\.\d+$',
Expand Down

0 comments on commit 58df8b0

Please sign in to comment.