There was an error while loading. Please reload this page.
1 parent 20529de commit d3fef3dCopy full SHA for d3fef3d
1 file changed
src/Traits/TraitTagDetICMS.php
@@ -1513,6 +1513,7 @@ public function tagICMSPart(stdClass $std): DOMElement
1513
$this->stdTot->vICMS += (float) !empty($std->vICMS) ? $std->vICMS : 0;
1514
$this->stdTot->vBCST += (float) !empty($std->vBCST) ? $std->vBCST : 0;
1515
$this->stdTot->vST += (float) !empty($std->vICMSST) ? $std->vICMSST : 0;
1516
+ $this->stdTot->vICMSDeson += (float) !empty($std->vICMSDeson) ? $std->vICMSDeson : 0;
1517
//dados calculo vItem
1518
$this->stdTot->vICMSST += (float) !empty($std->vICMSST) ? $std->vICMSST : 0;
1519
$icmsPart = $this->dom->createElement("ICMSPart");
0 commit comments