Skip to content
Snippets Groups Projects
Commit 9d12e8bf authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Add new convert function to id2str: educationLevel

parent 0a7c1bc9
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!44Feature multiple where
Pipeline #
......@@ -5,12 +5,13 @@ const schoolYear = require(`${libs}/convert/schoolYear`);
const admDependency = require(`${libs}/convert/admDependency`);
const location = require(`${libs}/convert/location`);
const ethnicGroup = require(`${libs}/convert/ethnicGroup`);
const educationLevel = require(`${libs}/convert/educationLevel`);
const ids = {
gender_id: gender,
period_id: period,
school_year_id: schoolYear,
education_level_id: schoolYear,
education_level_id: educationLevel,
adm_dependency_id: admDependency,
adm_dependency_detailed_id: admDependency,
location_id: location,
......@@ -40,5 +41,6 @@ module.exports = {
schoolYear,
admDependency,
location,
ethnicGroup
ethnicGroup,
educationLevel
};
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