bug #7788
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@65278 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
08464c5a9f
commit
2a07a0f16b
|
@ -179,7 +179,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
|
|||
} catch (RemoteException e) {
|
||||
wslog.error(e.toString());
|
||||
entidad.setIndIntegradoAG(false);
|
||||
entidad.setMotivoNaoIntegradoAG(e.toString());
|
||||
entidad.setMotivoNaoIntegradoAG("Erro ao conectar com o WS: " + e.toString());
|
||||
return;
|
||||
}
|
||||
if (!strFornecedor.contains("ERRO")){
|
||||
|
@ -254,7 +254,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
|
|||
} catch (RemoteException e) {
|
||||
wslog.error(e.toString());
|
||||
entidad.setIndIntegradoAG(false);
|
||||
entidad.setMotivoNaoIntegradoAG(e.toString());
|
||||
entidad.setMotivoNaoIntegradoAG("Erro ao conectar com o WS: " + e.toString());
|
||||
return;
|
||||
}
|
||||
if (!cliStr.contains("ERRO")){
|
||||
|
|
Loading…
Reference in New Issue