@@ -794,15 +794,15 @@ |
||
794 | 794 | $this->setDrawColor(0); |
795 | 795 | } |
796 | 796 | |
797 | - /** |
|
798 | - * Desenha uma linha vertical tracejada com o FPDF |
|
799 | - * @param number $x Posição horizontal inicial, em mm |
|
800 | - * @param number $y Posição vertical inicial, em mm |
|
801 | - * @param number $w Espessura da linha, em mm |
|
802 | - * @param number $yfinal posição final |
|
803 | - * @param number $n Numero de traços na seção da linha com o comprimento $w |
|
804 | - * @return none |
|
805 | - */ |
|
797 | + /** |
|
798 | + * Desenha uma linha vertical tracejada com o FPDF |
|
799 | + * @param number $x Posição horizontal inicial, em mm |
|
800 | + * @param number $y Posição vertical inicial, em mm |
|
801 | + * @param number $w Espessura da linha, em mm |
|
802 | + * @param number $yfinal posição final |
|
803 | + * @param number $n Numero de traços na seção da linha com o comprimento $w |
|
804 | + * @return none |
|
805 | + */ |
|
806 | 806 | public function dashedVLine($x, $y, $w, $yfinal, $n) |
807 | 807 | { |
808 | 808 | $this->setLineWidth($w); |
@@ -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', |
@@ -319,8 +319,8 @@ discard block |
||
319 | 319 | $this->pdf->cell(($c1 * 2), 5, @"RG/IE {$this->nfeArray['NFe']['infNFe']['emit']['IE']}", 1, 1, 'C', 1); |
320 | 320 | |
321 | 321 | $enderecoEmit = "{$this->nfeArray['NFe']['infNFe']['emit']['enderEmit']['xMun']}" |
322 | - . " / {$this->nfeArray['NFe']['infNFe']['emit']['enderEmit']['UF']}" |
|
323 | - . " - CEP {$this->nfeArray['NFe']['infNFe']['emit']['enderEmit']['CEP']}"; |
|
322 | + . " / {$this->nfeArray['NFe']['infNFe']['emit']['enderEmit']['UF']}" |
|
323 | + . " - CEP {$this->nfeArray['NFe']['infNFe']['emit']['enderEmit']['CEP']}"; |
|
324 | 324 | |
325 | 325 | // LINHA 9 |
326 | 326 | $this->pdf->setFont('Arial', '', 10); |
@@ -351,8 +351,8 @@ discard block |
||
351 | 351 | $enderecoLinha2 .= "{$this->nfeArray['NFe']['infNFe']['entrega']['xCpl']} - "; |
352 | 352 | } |
353 | 353 | $enderecoLinha2 .= "{$this->nfeArray['NFe']['infNFe']['entrega']['xMun']}" |
354 | - . " / {$this->nfeArray['NFe']['infNFe']['entrega']['UF']}" |
|
355 | - . " - CEP {$this->nfeArray['NFe']['infNFe']['entrega']['CEP']}"; |
|
354 | + . " / {$this->nfeArray['NFe']['infNFe']['entrega']['UF']}" |
|
355 | + . " - CEP {$this->nfeArray['NFe']['infNFe']['entrega']['CEP']}"; |
|
356 | 356 | } else { |
357 | 357 | $enderecoLinha1 = "{$this->nfeArray['NFe']['infNFe']['dest']['enderDest']['xLgr']}"; |
358 | 358 | if (!empty($this->nfeArray['NFe']['infNFe']['dest']['enderDest']['nro'])) { |
@@ -363,8 +363,8 @@ discard block |
||
363 | 363 | $enderecoLinha2 .= "{$this->nfeArray['NFe']['infNFe']['dest']['enderDest']['xCpl']} - "; |
364 | 364 | } |
365 | 365 | $enderecoLinha2 .= "{$this->nfeArray['NFe']['infNFe']['dest']['enderDest']['xMun']}" |
366 | - . " / {$this->nfeArray['NFe']['infNFe']['dest']['enderDest']['UF']}" |
|
367 | - . " - CEP {$this->nfeArray['NFe']['infNFe']['dest']['enderDest']['CEP']}"; |
|
366 | + . " / {$this->nfeArray['NFe']['infNFe']['dest']['enderDest']['UF']}" |
|
367 | + . " - CEP {$this->nfeArray['NFe']['infNFe']['dest']['enderDest']['CEP']}"; |
|
368 | 368 | } |
369 | 369 | |
370 | 370 | // LINHA 13 |