Skip to content

Commit d3fef3d

Browse files
committed
Ajutes ICMSPart somando ICMSDeson ao total Desonerado
1 parent 20529de commit d3fef3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Traits/TraitTagDetICMS.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,6 +1513,7 @@ public function tagICMSPart(stdClass $std): DOMElement
15131513
$this->stdTot->vICMS += (float) !empty($std->vICMS) ? $std->vICMS : 0;
15141514
$this->stdTot->vBCST += (float) !empty($std->vBCST) ? $std->vBCST : 0;
15151515
$this->stdTot->vST += (float) !empty($std->vICMSST) ? $std->vICMSST : 0;
1516+
$this->stdTot->vICMSDeson += (float) !empty($std->vICMSDeson) ? $std->vICMSDeson : 0;
15161517
//dados calculo vItem
15171518
$this->stdTot->vICMSST += (float) !empty($std->vICMSST) ? $std->vICMSST : 0;
15181519
$icmsPart = $this->dom->createElement("ICMSPart");

0 commit comments

Comments
 (0)