Rev 689 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 689 | Rev 710 | ||
|---|---|---|---|
| Line 66... | Line 66... | ||
| 66 | public Venda() { |
66 | public Venda() { |
| 67 | listaLancamentos = new HashSet<Lancamento>(); |
67 | listaLancamentos = new HashSet<Lancamento>(); |
| 68 | listaVendaFormaPagamentos = new HashSet<VendaFormaPagamento>(); |
68 | listaVendaFormaPagamentos = new HashSet<VendaFormaPagamento>(); |
| 69 | setEmitirNotaFiscal(false); |
69 | setEmitirNotaFiscal(false); |
| 70 | // setTipoFrete(ConstantesSEC.NotaFiscal.Transporte.SEM_OCORRENCIA_TRANSPORTE_9);
|
70 | // setTipoFrete(ConstantesSEC.NotaFiscal.Transporte.SEM_OCORRENCIA_TRANSPORTE_9);
|
| - | 71 | }
|
|
| - | 72 | ||
| - | 73 | public Venda(Long sequencialVenda) { |
|
| - | 74 | this(); |
|
| - | 75 | this.sequencial = sequencialVenda; |
|
| 71 | }
|
76 | }
|
| 72 | 77 | ||
| 73 | public Venda(Loja loja, Usuario usuario) { |
78 | public Venda(Loja loja, Usuario usuario) { |
| 74 | this.loja = loja; |
79 | this.loja = loja; |
| 75 | this.usuario = usuario; |
80 | this.usuario = usuario; |