@@ -286,7 +286,7 @@ discard block |
||
| 286 | 286 | $c1, |
| 287 | 287 | 5, |
| 288 | 288 | "{$this->nfeArray['NFe']['infNFe']['ide']['tpNF']} - " . |
| 289 | - ($this->nfeArray['NFe']['infNFe']['ide']['tpNF']==1 ? 'Saida':'Entrada'), |
|
| 289 | + ($this->nfeArray['NFe']['infNFe']['ide']['tpNF'] == 1 ? 'Saida' : 'Entrada'), |
|
| 290 | 290 | 1, |
| 291 | 291 | 0, |
| 292 | 292 | 'C', |
@@ -337,7 +337,7 @@ discard block |
||
| 337 | 337 | //que uma impressora de 203dpi consiga imprimir um código legível |
| 338 | 338 | $this->pdf->code128($this->margesq * 2, $y, $chave, ($this->maxW - $this->margesq * 4), 15); |
| 339 | 339 | } else { |
| 340 | - $this->pdf->code128(($c1/2), $y, $chave, ($c1 * 3), 15); |
|
| 340 | + $this->pdf->code128(($c1 / 2), $y, $chave, ($c1 * 3), 15); |
|
| 341 | 341 | } |
| 342 | 342 | $this->pdf->setFillColor(255, 255, 255); |
| 343 | 343 | $this->pdf->ln(); |
@@ -369,7 +369,7 @@ discard block |
||
| 369 | 369 | 1 |
| 370 | 370 | ); |
| 371 | 371 | |
| 372 | - $enderecoEmit = "{$this->nfeArray['NFe']['infNFe']['emit']['enderEmit']['xMun']}" |
|
| 372 | + $enderecoEmit = "{$this->nfeArray['NFe']['infNFe']['emit']['enderEmit']['xMun']}" |
|
| 373 | 373 | . " / {$this->nfeArray['NFe']['infNFe']['emit']['enderEmit']['UF']}" |
| 374 | 374 | . " - CEP {$this->nfeArray['NFe']['infNFe']['emit']['enderEmit']['CEP']}"; |
| 375 | 375 | |