diff --git a/src/Make.php b/src/Make.php index cd1a5293..bdffd2bc 100755 --- a/src/Make.php +++ b/src/Make.php @@ -3949,7 +3949,7 @@ public function tagICMS(stdClass $std): DOMElement $this->conditionalNumberFormatting($std->pRedBCEfet, 4), false, "$identificador [item $std->item] Percentual de redução " - . "para obtenção da base de cálculo efetiva (vBCEfet)" + . "para obtenção da base de cálculo efetiva" ); $this->dom->addChild( $icms, @@ -4410,6 +4410,9 @@ public function tagICMSPart(stdClass $std): DOMElement 'vBCST', 'pICMSST', 'vICMSST', + 'vBCFCPST', + 'pFCPST', + 'vFCPST', 'pBCOp', 'UFST' ]; @@ -4510,6 +4513,28 @@ public function tagICMSPart(stdClass $std): DOMElement true, "[item $std->item] Valor do ICMS ST" ); + $this->dom->addChild( + $icmsPart, + 'vBCFCPST', + $this->conditionalNumberFormatting($std->vBCFCPST), + false, + "[item $std->item] Valor da Base de Cálculo do FCP ST" + ); + $this->dom->addChild( + $icmsPart, + 'pFCPST', + $this->conditionalNumberFormatting($std->pFCPST, 4), + false, + "[item $std->item] Percentual do Fundo de " + . "Combate à Pobreza (FCP) ST" + ); + $this->dom->addChild( + $icmsPart, + 'vFCPST', + $this->conditionalNumberFormatting($std->vFCPST), + false, + "[item $std->item] Valor do FCP ST" + ); $this->dom->addChild( $icmsPart, 'pBCOp',