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

Add new convert function to id2str: educationLevelMod

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