gleimar 2016-09-15 21:20:29 +00:00
parent 9f1a239ec3
commit fa5d67aff7
1 changed files with 1 additions and 1 deletions

View File

@ -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); btnApagar.setVisible(false);
btnSalvar.setVisible(false); btnSalvar.setVisible(false);
} }