fixes bug#7805
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@60392 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
9f1a239ec3
commit
fa5d67aff7
|
@ -105,7 +105,7 @@ public class EditarTipoEventoExtraController extends MyGenericForwardComposer {
|
|||
}
|
||||
}
|
||||
|
||||
if(tipoEventoExtra.getTipoeventoextraId() > Constantes.LIMITE_EVENTO_EXTRA_EDITAVEL){
|
||||
if( (tipoEventoExtra.getTipoeventoextraId() != null) && (tipoEventoExtra.getTipoeventoextraId() > Constantes.LIMITE_EVENTO_EXTRA_EDITAVEL) ){
|
||||
btnApagar.setVisible(false);
|
||||
btnSalvar.setVisible(false);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue