|
@@ -3374,7 +3374,8 @@ discard block |
|
|
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 { |
|
|
3378
|
+ CT-e'); |
|
3378
|
3379
|
return $this->idDocAntEle[count($this->emiDocAnt) - 1][$posicao]; |
|
3379
|
3380
|
} |
|
3380
|
3381
|
|
|
@@ -3389,6 +3390,7 @@ discard block |
|
|
block discarded – undo |
|
3389
|
3390
|
{ |
|
3390
|
3391
|
$identificador = '#360 <seg> - '; |
|
3391
|
3392
|
$this->seg[] = $this->dom->createElement('seg'); |
|
|
3393
|
+ } |
|
3392
|
3394
|
$posicao = (int) count($this->seg) - 1; |
|
3393
|
3395
|
|
|
3394
|
3396
|
$this->dom->addChild($this->seg[$posicao], 'respSeg', $std->respSeg, true, $identificador . 'Responsável |
Please login to merge, or discard this patch.