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@71466 d1611594-4594-4d17-8e1d-87c2c4800839
master
luis 2017-07-17 22:05:11 +00:00
parent 1fd4066da5
commit 220acd8785
2 changed files with 1 additions and 1 deletions

View File

@ -1038,7 +1038,6 @@ public class PuntoVenta implements Serializable {
public Boolean getIndBloqueaCancTrocaPassNormal() {
return indBloqueaCancTrocaPassNormal;
}
/**
* @param indBloqueaCancTrocaPTA the indBloqueaCancTrocaPTA to set
*/

View File

@ -457,6 +457,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
entidad = puntoVentaDAO.actualizacion(entidad);
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);