Subversion Repositories Integrator Subversion

Rev

Rev 268 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 268 Rev 413
Line 65... Line 65...
65
                listaLancamentos = new ArrayList<Lancamento>();
65
                listaLancamentos = new ArrayList<Lancamento>();
66
                listaVendaFormaPagamentos = new ArrayList<VendaFormaPagamento>();
66
                listaVendaFormaPagamentos = new ArrayList<VendaFormaPagamento>();
67
                setEmitirNotaFiscal(false);
67
                setEmitirNotaFiscal(false);
68
//              setTipoFrete(ConstantesSEC.NotaFiscal.Transporte.SEM_OCORRENCIA_TRANSPORTE_9);
68
//              setTipoFrete(ConstantesSEC.NotaFiscal.Transporte.SEM_OCORRENCIA_TRANSPORTE_9);
69
        }
69
        }
-
 
70
       
-
 
71
        public Venda(Long sequencial) {
-
 
72
                this.sequencial = sequencial;
-
 
73
        }
-
 
74
       
70
        /*
75
        /*
71
        public Venda(Loja loja, Usuario usuario) {
76
        public Venda(Loja loja, Usuario usuario) {
72
                this.loja = loja;
77
                this.loja = loja;
73
                this.usuario = usuario;
78
                this.usuario = usuario;
74
        }
79
        }