From 8a55094c9356a9e45d00eeba9a9e514632dc93d5 Mon Sep 17 00:00:00 2001 From: Gabriel Terribile <80511716+GABRIELTERRIBILE@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:00:48 -0300 Subject: [PATCH] feat: adiciona campo VL_UNIT_CONV no registro C180 --- src/Elements/ICMSIPI/C180.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Elements/ICMSIPI/C180.php b/src/Elements/ICMSIPI/C180.php index a281e1e..2d2e5a8 100644 --- a/src/Elements/ICMSIPI/C180.php +++ b/src/Elements/ICMSIPI/C180.php @@ -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+$',