@@ -258,7 +258,7 @@ discard block |
||
258 | 258 | $c1, |
259 | 259 | 5, |
260 | 260 | "{$this->nfeArray['NFe']['infNFe']['ide']['tpNF']} - " . |
261 | - ($this->nfeArray['NFe']['infNFe']['ide']['tpNF']==1 ? 'Saida':'Entrada'), |
|
261 | + ($this->nfeArray['NFe']['infNFe']['ide']['tpNF'] == 1 ? 'Saida' : 'Entrada'), |
|
262 | 262 | 1, |
263 | 263 | 0, |
264 | 264 | 'C', |
@@ -296,7 +296,7 @@ discard block |
||
296 | 296 | $this->pdf->ln(); |
297 | 297 | $y = $this->pdf->getY(); |
298 | 298 | $this->pdf->setFillColor(0, 0, 0); |
299 | - $this->pdf->code128(($c1/2), $y, $chave, ($c1 * 3), 15); |
|
299 | + $this->pdf->code128(($c1 / 2), $y, $chave, ($c1 * 3), 15); |
|
300 | 300 | $this->pdf->setFillColor(255, 255, 255); |
301 | 301 | $this->pdf->ln(); |
302 | 302 | $this->pdf->ln(); |
@@ -318,7 +318,7 @@ discard block |
||
318 | 318 | $this->pdf->cell(($c1 * 2), 5, "CNPJ/CPF {$cpfCnpj}", 1, 0, 'C', 1); |
319 | 319 | $this->pdf->cell(($c1 * 2), 5, @"RG/IE {$this->nfeArray['NFe']['infNFe']['emit']['IE']}", 1, 1, 'C', 1); |
320 | 320 | |
321 | - $enderecoEmit = "{$this->nfeArray['NFe']['infNFe']['emit']['enderEmit']['xMun']}" |
|
321 | + $enderecoEmit = "{$this->nfeArray['NFe']['infNFe']['emit']['enderEmit']['xMun']}" |
|
322 | 322 | . " / {$this->nfeArray['NFe']['infNFe']['emit']['enderEmit']['UF']}" |
323 | 323 | . " - CEP {$this->nfeArray['NFe']['infNFe']['emit']['enderEmit']['CEP']}"; |
324 | 324 |