Subversion Repositories Integrator Subversion

Rev

Rev 195 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 195 Rev 539
Line 125... Line 125...
125
                                }
125
                                }
126
                                if (detalhado.ehTipoLancamentoHistoricoContagensEntrada()) {
126
                                if (detalhado.ehTipoLancamentoHistoricoContagensEntrada()) {
127
                                        subtotal = subtotal + detalhado.getQuantidadeLancamentos();
127
                                        subtotal = subtotal + detalhado.getQuantidadeLancamentos();
128
                                }
128
                                }
129
                                if (detalhado.ehTipoLancamentoHistoricoContagensSaida()) {
129
                                if (detalhado.ehTipoLancamentoHistoricoContagensSaida()) {
-
 
130
                                        subtotal = subtotal - detalhado.getQuantidadeLancamentos();
-
 
131
                                }
-
 
132
                                if (detalhado.ehTipoLancamentoHistoricoProducaoEntrada()) {
-
 
133
                                        subtotal = subtotal + detalhado.getQuantidadeLancamentos();
-
 
134
                                }
-
 
135
                                if (detalhado.ehTipoLancamentoHistoricoProducaoSaida()) {
130
                                        subtotal = subtotal - detalhado.getQuantidadeLancamentos();
136
                                        subtotal = subtotal - detalhado.getQuantidadeLancamentos();
131
                                }
137
                                }
132
                                if (detalhado.ehTipoLancamentoHistoricoTrocas()) {
138
                                if (detalhado.ehTipoLancamentoHistoricoTrocas()) {
133
                                        subtotal = subtotal - detalhado.getQuantidadeLancamentos();
139
                                        subtotal = subtotal - detalhado.getQuantidadeLancamentos();
134
                                }
140
                                }