Rev 195 | Rev 309 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 195 | Rev 270 | ||
|---|---|---|---|
| Line 196... | Line 196... | ||
| 196 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh8x()) {quantidadeVezes = 8;} |
196 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh8x()) {quantidadeVezes = 8;} |
| 197 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh9x()) {quantidadeVezes = 9;} |
197 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh9x()) {quantidadeVezes = 9;} |
| 198 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh10x()) {quantidadeVezes = 10;} |
198 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh10x()) {quantidadeVezes = 10;} |
| 199 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh11x()) {quantidadeVezes = 11;} |
199 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh11x()) {quantidadeVezes = 11;} |
| 200 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh12x()) {quantidadeVezes = 12;} |
200 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh12x()) {quantidadeVezes = 12;} |
| - | 201 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh13x()) {quantidadeVezes = 13;} |
|
| - | 202 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh14x()) {quantidadeVezes = 14;} |
|
| - | 203 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh15x()) {quantidadeVezes = 15;} |
|
| 201 | Date dataParcela = vendaFormaPagamento.getVenda().getDataVenda(); |
204 | Date dataParcela = vendaFormaPagamento.getVenda().getDataVenda(); |
| 202 | Date dataInicial = vendaFormaPagamento.getVenda().getDataVenda(); |
205 | Date dataInicial = vendaFormaPagamento.getVenda().getDataVenda(); |
| 203 | for (int i = 1; i <= quantidadeVezes; i++) { |
206 | for (int i = 1; i <= quantidadeVezes; i++) { |
| 204 | if (i == 1) { |
207 | if (i == 1) { |
| 205 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh1x()) { |
208 | if (vendaFormaPagamento.getFormaPagamento().formaPagamentoEh1x()) { |