@@ -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', |
@@ -343,8 +343,8 @@ discard block |
||
343 | 343 | $enderecoLinha2 .= "{$this->nfeArray['NFe']['infNFe']['entrega']['xCpl']} - "; |
344 | 344 | } |
345 | 345 | $enderecoLinha2 .= "{$this->nfeArray['NFe']['infNFe']['entrega']['xMun']}" |
346 | - . " / {$this->nfeArray['NFe']['infNFe']['entrega']['UF']}" |
|
347 | - . " - CEP {$this->nfeArray['NFe']['infNFe']['entrega']['CEP']}"; |
|
346 | + . " / {$this->nfeArray['NFe']['infNFe']['entrega']['UF']}" |
|
347 | + . " - CEP {$this->nfeArray['NFe']['infNFe']['entrega']['CEP']}"; |
|
348 | 348 | } else { |
349 | 349 | $enderecoLinha1 = "{$this->nfeArray['NFe']['infNFe']['dest']['enderDest']['xLgr']}"; |
350 | 350 | if (!empty($this->nfeArray['NFe']['infNFe']['dest']['enderDest']['nro'])) { |
@@ -355,8 +355,8 @@ discard block |
||
355 | 355 | $enderecoLinha2 .= "{$this->nfeArray['NFe']['infNFe']['dest']['enderDest']['xCpl']} - "; |
356 | 356 | } |
357 | 357 | $enderecoLinha2 .= "{$this->nfeArray['NFe']['infNFe']['dest']['enderDest']['xMun']}" |
358 | - . " / {$this->nfeArray['NFe']['infNFe']['dest']['enderDest']['UF']}" |
|
359 | - . " - CEP {$this->nfeArray['NFe']['infNFe']['dest']['enderDest']['CEP']}"; |
|
358 | + . " / {$this->nfeArray['NFe']['infNFe']['dest']['enderDest']['UF']}" |
|
359 | + . " - CEP {$this->nfeArray['NFe']['infNFe']['dest']['enderDest']['CEP']}"; |
|
360 | 360 | } |
361 | 361 | |
362 | 362 | // LINHA 12 |