|
@@ -3374,7 +3374,7 @@ |
|
|
block discarded – undo |
|
3374
|
3374
|
$identificador = '#358 <idDocAntEle> - '; |
|
3375
|
3375
|
$this->idDocAntEle[count($this->emiDocAnt) - 1][] = $this->dom->createElement('idDocAntEle'); |
|
3376
|
3376
|
$posicao = (int) count($this->idDocAntEle[count($this->emiDocAnt) - 1]) - 1; |
|
3377
|
|
- $this->dom->addChild($this->idDocAntEle[count($this->emiDocAnt) - 1][$posicao], 'chCTe', $std->chCTe, true, $identificador . 'Chave de . 'Acesso do CT-e'); |
|
|
3377
|
+ $this->dom->addChild($this->idDocAntEle[count($this->emiDocAnt) - 1][$posicao], 'chCTe', $std->chCTe, true, $identificador . 'Chave de . 'Acesso do CT - e'); |
|
3378
|
3378
|
return $this->idDocAntEle[count($this->emiDocAnt) - 1][$posicao]; |
|
3379
|
3379
|
} |
|
3380
|
3380
|
|
Please login to merge, or discard this patch.