fixed bug#14329
qua:Wallysson dev:Thiago git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@93167 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
c6bb78b45a
commit
193808b31d
|
@ -199,7 +199,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
|
|||
private void integrarFornecedorAG(PuntoVenta entidad) {
|
||||
try {
|
||||
IAGservice service = new IAGserviceLocator();
|
||||
IAG iag = null; //service.getIAGPort(new URL(DaoAG.getInstance().obterConstante(Constantes.URL_WS_AG)));
|
||||
IAG iag = DaoAG.getInstance().obterConstante(Constantes.URL_WS_AG) == null ? null : service.getIAGPort(new URL(DaoAG.getInstance().obterConstante(Constantes.URL_WS_AG)));
|
||||
TFornecedor fornecedor = null;
|
||||
String strFornecedor = "";
|
||||
try{
|
||||
|
@ -270,7 +270,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
|
|||
try {
|
||||
|
||||
IAGservice service = new IAGserviceLocator();
|
||||
IAG iag = null; // service.getIAGPort(new URL(DaoAG.getInstance().obterConstante(Constantes.URL_WS_AG)));
|
||||
IAG iag = DaoAG.getInstance().obterConstante(Constantes.URL_WS_AG) == null ? null : service.getIAGPort(new URL(DaoAG.getInstance().obterConstante(Constantes.URL_WS_AG)));
|
||||
TCliente cli = null;
|
||||
String cliStr = "";
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue