Skip to content
Snippets Groups Projects
Commit eba479e0 authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Merge branch '1.12.3'

parents 527207d2 ec00c9e3
No related branches found
No related tags found
1 merge request!245Fix values in education type
Pipeline #22529 failed
......@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## 1.12.3 - 2019-12-20
## Changed
- Fix new categories in education type for teacher
## 1.12.2 - 2019-12-19
## Changed
- Fix addMissing
......
......@@ -27,7 +27,7 @@ module.exports = function educationType(id) {
case 3:
return 'Ensino Médio';
case 4:
return 'Ensino Fundamental incompleto';
return 'Ensino Medio na modalidade normal';
case 5:
return 'Superior bacharelado ou tecnólogo';
case 6:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment