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-87c2c4800839master
parent
83a731fbe7
commit
1fd4066da5
|
@ -1032,18 +1032,30 @@ public class PuntoVenta implements Serializable {
|
||||||
this.taxaConvenienciaPorc = taxaConvenienciaPorc;
|
this.taxaConvenienciaPorc = taxaConvenienciaPorc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return the indBloqueaCancTrocaPassNormal
|
||||||
|
*/
|
||||||
public Boolean getIndBloqueaCancTrocaPassNormal() {
|
public Boolean getIndBloqueaCancTrocaPassNormal() {
|
||||||
return indBloqueaCancTrocaPassNormal;
|
return indBloqueaCancTrocaPassNormal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param indBloqueaCancTrocaPTA the indBloqueaCancTrocaPTA to set
|
||||||
|
*/
|
||||||
public void setIndBloqueaCancTrocaPassNormal(Boolean indBloqueaCancTrocaPassNormal) {
|
public void setIndBloqueaCancTrocaPassNormal(Boolean indBloqueaCancTrocaPassNormal) {
|
||||||
this.indBloqueaCancTrocaPassNormal = indBloqueaCancTrocaPassNormal;
|
this.indBloqueaCancTrocaPassNormal = indBloqueaCancTrocaPassNormal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return the indBloqueaCancTrocaPTA
|
||||||
|
*/
|
||||||
public Boolean getIndBloqueaCancTrocaPTA() {
|
public Boolean getIndBloqueaCancTrocaPTA() {
|
||||||
return indBloqueaCancTrocaPTA;
|
return indBloqueaCancTrocaPTA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param indBloqueaCancTrocaPTA the indBloqueaCancTrocaPTA to set
|
||||||
|
*/
|
||||||
public void setIndBloqueaCancTrocaPTA(Boolean indBloqueaCancTrocaPTA) {
|
public void setIndBloqueaCancTrocaPTA(Boolean indBloqueaCancTrocaPTA) {
|
||||||
this.indBloqueaCancTrocaPTA = indBloqueaCancTrocaPTA;
|
this.indBloqueaCancTrocaPTA = indBloqueaCancTrocaPTA;
|
||||||
}
|
}
|
||||||
|
|
|
@ -459,7 +459,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
|
||||||
Constante empresasIntegraAG = constanteService.buscarPorNomeConstante("EMPRESAS_INTEGRACAO_AG");
|
Constante empresasIntegraAG = constanteService.buscarPorNomeConstante("EMPRESAS_INTEGRACAO_AG");
|
||||||
if (empresasIntegraAG != null && empresasIntegraAG.getValorconstante() != null && empresasIntegraAG.getValorconstante().contains(entidad.getEmpresa().getEmpresaId().toString())) {
|
if (empresasIntegraAG != null && empresasIntegraAG.getValorconstante() != null && empresasIntegraAG.getValorconstante().contains(entidad.getEmpresa().getEmpresaId().toString())) {
|
||||||
log.debug("iniciando integração com AG");
|
log.debug("iniciando integração com AG");
|
||||||
// integraAG(entidad);
|
integraAG(entidad);
|
||||||
log.debug("fim da integração com AG");
|
log.debug("fim da integração com AG");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue