fixes bug#6255
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@43647 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
2fdade0446
commit
4d38afbaac
|
@ -69,13 +69,14 @@ public class ImportarPlanilhaController extends MyGenericForwardComposer {
|
|||
|
||||
public void onClick$btnWs(Event ev) throws InterruptedException {
|
||||
List<PuntoVenta> listpv = puntoVentaService.obtenerTodos();
|
||||
log.info("qtd age:"+listpv.size());
|
||||
int qtdAge = listpv.size();
|
||||
log.info("qtd age:"+qtdAge);
|
||||
|
||||
int i = 1;
|
||||
int qtdOk= 1;
|
||||
for (PuntoVenta pv : listpv) {
|
||||
|
||||
log.info("pos:"+i++);
|
||||
log.info("pos:("+qtdAge+") "+i++);
|
||||
log.info(pv.getPuntoventaId() + " - " + pv.getNumPuntoVenta());
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue