Commit ecb94cdcfa4109d922bb52b12fc70930a0be8b50

Authored by Everton Muniz
1 parent cb18c69f
Exists in 2.8 and in 6 other branches 2.2, 2.3, 2.4, 2.5, 2.6, 2.7

Altera valor default da configuração nao_apresentar_campo_alfabetizado

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/legacy.php
... ... @@ -137,7 +137,7 @@ return [
137 137 ],
138 138 'alunos' => [
139 139 'laudo_medico_obrigatorio' => '1',
140   - 'nao_apresentar_campo_alfabetizado' => '1',
  140 + 'nao_apresentar_campo_alfabetizado' => '0',
141 141 'codigo_sistema' => 'Código sistema',
142 142 'mostrar_codigo_sistema' => '1',
143 143 ],
... ...