bug #7788
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@65395 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
d1f4e53493
commit
81ccdddc04
|
@ -224,6 +224,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
|
||||||
fornecedor.setIDWS(entidad.getNumPuntoVenta());
|
fornecedor.setIDWS(entidad.getNumPuntoVenta());
|
||||||
try{
|
try{
|
||||||
String retornoAG = iag.incluiFornecedor(fornecedor);
|
String retornoAG = iag.incluiFornecedor(fornecedor);
|
||||||
|
entidad.setIndIntegradoAG(true);
|
||||||
wslog.debug(retornoAG);
|
wslog.debug(retornoAG);
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
entidad.setIndIntegradoAG(false);
|
entidad.setIndIntegradoAG(false);
|
||||||
|
@ -321,6 +322,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
|
||||||
cli.getServicosCliente().setCRS_Codigo("");
|
cli.getServicosCliente().setCRS_Codigo("");
|
||||||
try{
|
try{
|
||||||
String retornoAG = iag.incluiCliente(cli);
|
String retornoAG = iag.incluiCliente(cli);
|
||||||
|
entidad.setIndIntegradoAG(true);
|
||||||
wslog.debug(retornoAG);
|
wslog.debug(retornoAG);
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
entidad.setIndIntegradoAG(false);
|
entidad.setIndIntegradoAG(false);
|
||||||
|
|
Loading…
Reference in New Issue