fixes bug#6255
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@43628 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
38871db89a
commit
bb21b064f1
|
@ -72,6 +72,7 @@ public class ImportarPlanilhaController extends MyGenericForwardComposer {
|
|||
log.info("qtd age:"+listpv.size());
|
||||
|
||||
int i = 1;
|
||||
int qtdOk= 1;
|
||||
for (PuntoVenta pv : listpv) {
|
||||
|
||||
log.info("pos:"+i++);
|
||||
|
@ -79,6 +80,7 @@ public class ImportarPlanilhaController extends MyGenericForwardComposer {
|
|||
|
||||
try {
|
||||
atualizarEntidade(pv);
|
||||
log.info("qtdOk:"+qtdOk++);
|
||||
} catch (IntegracionException e) {
|
||||
if (e.getLocalizedMessage() != null && (e.getLocalizedMessage().startsWith(Atributos.MSG_ERRO_GENERICA))){
|
||||
log.error("erro integra pv: "+pv.getPuntoventaId(),e);
|
||||
|
|
Loading…
Reference in New Issue