bug#0000 Erro ao setar contigencia
dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@98163 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
fd74d59015
commit
c2b9b69de5
|
@ -30,6 +30,7 @@ import com.rjconsultores.ventaboletos.enums.TypeEventListener;
|
||||||
import com.rjconsultores.ventaboletos.rest.ContingenciaClienteRest;
|
import com.rjconsultores.ventaboletos.rest.ContingenciaClienteRest;
|
||||||
import com.rjconsultores.ventaboletos.service.ConstanteService;
|
import com.rjconsultores.ventaboletos.service.ConstanteService;
|
||||||
import com.rjconsultores.ventaboletos.service.EstadoService;
|
import com.rjconsultores.ventaboletos.service.EstadoService;
|
||||||
|
import com.rjconsultores.ventaboletos.utilerias.StringHelper;
|
||||||
import com.rjconsultores.ventaboletos.utilerias.UsuarioLogado;
|
import com.rjconsultores.ventaboletos.utilerias.UsuarioLogado;
|
||||||
import com.rjconsultores.ventaboletos.web.utilerias.MyGenericForwardComposer;
|
import com.rjconsultores.ventaboletos.web.utilerias.MyGenericForwardComposer;
|
||||||
import com.rjconsultores.ventaboletos.web.utilerias.MyListbox;
|
import com.rjconsultores.ventaboletos.web.utilerias.MyListbox;
|
||||||
|
@ -152,7 +153,7 @@ public class EditarContigenciaController extends MyGenericForwardComposer {
|
||||||
plwLogContingencia.init(sistemaBusqueda, historicoList, pagingHistorico);
|
plwLogContingencia.init(sistemaBusqueda, historicoList, pagingHistorico);
|
||||||
|
|
||||||
//Verifica o status do estado e seta os labels do botao e status
|
//Verifica o status do estado e seta os labels do botao e status
|
||||||
verificarStatus(estado.getCveestado(), empresa.getCnpj());
|
verificarStatus(estado.getCveestado(), StringHelper.retornaSomenteNumeros(empresa.getCnpj()));
|
||||||
}
|
}
|
||||||
|
|
||||||
protected Estado getEstadoSelecionado() {
|
protected Estado getEstadoSelecionado() {
|
||||||
|
|
Loading…
Reference in New Issue