@@ -215,7 +215,7 @@ discard block |
||
| 215 | 215 | $this->printer->text($printTotItens . "\n"); |
| 216 | 216 | $this->printer->setJustification(Printer::JUSTIFY_CENTER); |
| 217 | 217 | $this->separador(); |
| 218 | - $pag = $this->nfce->infNFe->pag->detPag; |
|
| 218 | + $pag = $this->nfce->infNFe->pag->detPag; |
|
| 219 | 219 | foreach ($pag as $pagI) { |
| 220 | 220 | $tPag = (string)$pagI->tPag; |
| 221 | 221 | $tPag = (string)$this->tipoPag($tPag); |
@@ -307,7 +307,7 @@ discard block |
||
| 307 | 307 | protected function parteVIII() |
| 308 | 308 | { |
| 309 | 309 | $this->printer->setJustification(Printer::JUSTIFY_CENTER); |
| 310 | - if (!empty($this->protNFe->infProt->xMsg)) { |
|
| 310 | + if (!empty($this->protNFe->infProt->xMsg)) { |
|
| 311 | 311 | $this->printer->text("INFORMAÇÕES ADICIONAIS"); |
| 312 | 312 | $this->printer->feed(1); |
| 313 | 313 | $this->printer->text($this->protNFe->infProt->xMsg); |