Skip to content

Commit

Permalink
[UPD] classe MakeNFe com alguns erros no nomes das tags ICMSUFDest co…
Browse files Browse the repository at this point in the history
…mo ICMSFDest e vICMSUFRemet como vICMSUFRemt
  • Loading branch information
eduardokum-curso committed Dec 8, 2015
1 parent 682e042 commit 368b166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/NFe/MakeNFe.php
Original file line number Diff line number Diff line change
Expand Up @@ -2488,7 +2488,7 @@ public function tagICMSUFDest(
$vICMSUFDest = '',
$vICMSUFRemet = ''
) {
$icmsUFDest = $this->dom->createElement('ICMSFDest');
$icmsUFDest = $this->dom->createElement('ICMSUFDest');
$this->dom->addChild(
$icmsUFDest,
"vBCUFDest",
Expand Down Expand Up @@ -3024,7 +3024,7 @@ public function tagICMSTot(
$this->dom->addChild($ICMSTot, "vICMSDeson", $vICMSDeson, true, "Valor Total do ICMS desonerado");
$this->dom->addChild($ICMSTot, "vFCPUFDest", $this->aTotICMSUFDest['vFCPUFDest'], false, "Valor total do ICMS relativo ao Fundo de Combate à Pobreza(FCP) para a UF de destino");
$this->dom->addChild($ICMSTot, "vICMSUFDest", $this->aTotICMSUFDest['vICMSUFDest'], false, "Valor total do ICMS de partilha para a UF do destinatário");
$this->dom->addChild($ICMSTot, "vICMSUFRemt", $this->aTotICMSUFDest['vICMSUFRemet'], false, "Valor total do ICMS de partilha para a UF do remetente");
$this->dom->addChild($ICMSTot, "vICMSUFRemet", $this->aTotICMSUFDest['vICMSUFRemet'], false, "Valor total do ICMS de partilha para a UF do remetente");
$this->dom->addChild($ICMSTot, "vBCST", $vBCST, true, "Base de Cálculo do ICMS ST");
$this->dom->addChild($ICMSTot, "vST", $vST, true, "Valor Total do ICMS ST");
$this->dom->addChild($ICMSTot, "vProd", $vProd, true, "Valor Total dos produtos e servi�os");
Expand Down

0 comments on commit 368b166

Please sign in to comment.