|
@@ 1637-1639 (lines=3) @@
|
| 1634 |
|
$this->aCountDoc['NFe'] = 0; |
| 1635 |
|
$this->aCountDoc['MDFe'] = 0; |
| 1636 |
|
foreach ($this->aInfMunDescarga as $nItem => $node) { |
| 1637 |
|
if (isset($this->aInfCTe[$nItem])) { |
| 1638 |
|
$this->aCountDoc['CTe'] += $this->dom->addArrayChild($node, $this->aInfCTe[$nItem]); |
| 1639 |
|
} |
| 1640 |
|
if (isset($this->aInfNFe[$nItem])) { |
| 1641 |
|
$this->aCountDoc['NFe'] += $this->dom->addArrayChild($node, $this->aInfNFe[$nItem]); |
| 1642 |
|
} |
|
@@ 1640-1642 (lines=3) @@
|
| 1637 |
|
if (isset($this->aInfCTe[$nItem])) { |
| 1638 |
|
$this->aCountDoc['CTe'] += $this->dom->addArrayChild($node, $this->aInfCTe[$nItem]); |
| 1639 |
|
} |
| 1640 |
|
if (isset($this->aInfNFe[$nItem])) { |
| 1641 |
|
$this->aCountDoc['NFe'] += $this->dom->addArrayChild($node, $this->aInfNFe[$nItem]); |
| 1642 |
|
} |
| 1643 |
|
if (isset($this->aInfMDFe[$nItem])) { |
| 1644 |
|
$this->aCountDoc['MDFe'] += $this->dom->addArrayChild($node, $this->aInfMDFe[$nItem]); |
| 1645 |
|
} |
|
@@ 1643-1645 (lines=3) @@
|
| 1640 |
|
if (isset($this->aInfNFe[$nItem])) { |
| 1641 |
|
$this->aCountDoc['NFe'] += $this->dom->addArrayChild($node, $this->aInfNFe[$nItem]); |
| 1642 |
|
} |
| 1643 |
|
if (isset($this->aInfMDFe[$nItem])) { |
| 1644 |
|
$this->aCountDoc['MDFe'] += $this->dom->addArrayChild($node, $this->aInfMDFe[$nItem]); |
| 1645 |
|
} |
| 1646 |
|
$this->dom->appChild($infDoc, $node, ''); |
| 1647 |
|
} |
| 1648 |
|
$this->dom->appChild($this->infMDFe, $infDoc, 'Falta tag "infMDFe"'); |