Rev 492 | Rev 502 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 492 | Rev 499 | ||
|---|---|---|---|
| Line 419... | Line 419... | ||
| 419 | 419 | ||
| 420 | public void vinculoProdutoNaNotaFiscal() { |
420 | public void vinculoProdutoNaNotaFiscal() { |
| 421 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
421 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
| 422 | public void execute() { |
422 | public void execute() { |
| 423 | notaFiscalProdutoService.vinculoProdutoNaNotaFiscal(getEntidade().getSequencial(), |
423 | notaFiscalProdutoService.vinculoProdutoNaNotaFiscal(getEntidade().getSequencial(), |
| 424 | getProdutoDTOParaVinculoNotaFiscal().getSequencial(), |
- | |
| - | 424 | getProdutoDTOParaVinculoNotaFiscal(), |
|
| 425 | getCompraProdutoDTOParaVinculoNotaFiscal()); |
425 | getCompraProdutoDTOParaVinculoNotaFiscal()); |
| 426 | setCodigoProdutoParaVinculoNotaFiscal(""); |
426 | setCodigoProdutoParaVinculoNotaFiscal(""); |
| 427 | setProdutoDTOParaVinculoNotaFiscal(null); |
427 | setProdutoDTOParaVinculoNotaFiscal(null); |
| 428 | setCompraProdutoDTOParaVinculoNotaFiscal(null); |
428 | setCompraProdutoDTOParaVinculoNotaFiscal(null); |
| 429 | consultarProdutosVinculados(); |
429 | consultarProdutosVinculados(); |