Issue #9294: GAP053 – PARAMETRIZAR POR AGÊNCIA O CANCELAMENTO/TROCA/ANULAÇÃO/DEVOLUÇÃO

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@71465 d1611594-4594-4d17-8e1d-87c2c4800839
master
luis 2017-07-17 22:00:55 +00:00
parent 83a731fbe7
commit 1fd4066da5
2 changed files with 13 additions and 1 deletions

View File

@ -1032,18 +1032,30 @@ public class PuntoVenta implements Serializable {
this.taxaConvenienciaPorc = taxaConvenienciaPorc;
}
/**
* @return the indBloqueaCancTrocaPassNormal
*/
public Boolean getIndBloqueaCancTrocaPassNormal() {
return indBloqueaCancTrocaPassNormal;
}
/**
* @param indBloqueaCancTrocaPTA the indBloqueaCancTrocaPTA to set
*/
public void setIndBloqueaCancTrocaPassNormal(Boolean indBloqueaCancTrocaPassNormal) {
this.indBloqueaCancTrocaPassNormal = indBloqueaCancTrocaPassNormal;
}
/**
* @return the indBloqueaCancTrocaPTA
*/
public Boolean getIndBloqueaCancTrocaPTA() {
return indBloqueaCancTrocaPTA;
}
/**
* @param indBloqueaCancTrocaPTA the indBloqueaCancTrocaPTA to set
*/
public void setIndBloqueaCancTrocaPTA(Boolean indBloqueaCancTrocaPTA) {
this.indBloqueaCancTrocaPTA = indBloqueaCancTrocaPTA;
}

View File

@ -459,7 +459,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
Constante empresasIntegraAG = constanteService.buscarPorNomeConstante("EMPRESAS_INTEGRACAO_AG");
if (empresasIntegraAG != null && empresasIntegraAG.getValorconstante() != null && empresasIntegraAG.getValorconstante().contains(entidad.getEmpresa().getEmpresaId().toString())) {
log.debug("iniciando integração com AG");
// integraAG(entidad);
integraAG(entidad);
log.debug("fim da integração com AG");
}