@@ -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(); |