Commit 2c6246b52cddfbbb08333f2f7d9cd2af70fd3cd9

Authored by gibransodre
1 parent e650b005
Exists in master

Questão "15)", deficiencias, caso não seja respondida, exibir mensagem.

src/br/com/controller/relatorioController.java
... ... @@ -196,6 +196,11 @@ public class relatorioController {
196 196 simValidacao.add("Não Respondido");
197 197 }
198 198  
  199 + if(deficiencias.size() == 0)
  200 + {
  201 + deficiencias.add("Não Respondido");
  202 + }
  203 +
199 204 result.include("curso", curso);
200 205 result.include("simValidacao", simValidacao);
201 206 result.include("assistiva", assistiva);
... ...