Rev 470 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 470 | Rev 545 | ||
|---|---|---|---|
| Line 458... | Line 458... | ||
| 458 | return total; |
458 | return total; |
| 459 | }
|
459 | }
|
| 460 | 460 | ||
| 461 | @Transient |
461 | @Transient |
| 462 | public Boolean ehNotaFiscalDeRemessa() { |
462 | public Boolean ehNotaFiscalDeRemessa() { |
| 463 | return VerificadorUtil.naoEstaNulo(getTipoNotaFiscal()) ? getTipoNotaFiscal().equals(TipoNotaFiscal.NFE_REMESSA.getValor()) : false; |
- | |
| - | 463 | return VerificadorUtil.naoEstaNulo(getTipoNotaFiscal()) ? getTipoNotaFiscal().equals(TipoNotaFiscal.NFE_REMESSA_SAIDA.getValor()) : false; |
|
| 464 | }
|
464 | }
|
| 465 | 465 | ||
| 466 | @Transient |
466 | @Transient |
| 467 | public byte[] criarArquivoXml() { |
467 | public byte[] criarArquivoXml() { |
| 468 | ByteArrayInputStream in = null; |
468 | ByteArrayInputStream in = null; |