diff --git a/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java index bcce8313d..c6d8a43b8 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java @@ -224,6 +224,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService { fornecedor.setIDWS(entidad.getNumPuntoVenta()); try{ String retornoAG = iag.incluiFornecedor(fornecedor); + entidad.setIndIntegradoAG(true); wslog.debug(retornoAG); } catch (RemoteException e) { entidad.setIndIntegradoAG(false); @@ -321,6 +322,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService { cli.getServicosCliente().setCRS_Codigo(""); try{ String retornoAG = iag.incluiCliente(cli); + entidad.setIndIntegradoAG(true); wslog.debug(retornoAG); } catch (RemoteException e) { entidad.setIndIntegradoAG(false);