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

Merge branch 'convert_booleans' into 'development'

Add convert booleanVariable.js

See merge request !45
parents 841ebac6 be6461b7
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!45Add convert booleanVariable.js
Pipeline #
......@@ -5,7 +5,7 @@ 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 integralTime = require(`${libs}/convert/integralTime`);
const booleanVariable = require(`${libs}/convert/booleanVariable`);
const educationLevel = require(`${libs}/convert/educationLevel`);
const educationLevelMod = require(`${libs}/convert/educationLevelMod`);
......@@ -19,7 +19,7 @@ const ids = {
adm_dependency_detailed_id: admDependency,
location_id: location,
ethnic_group_id: ethnicGroup,
integral_time_id: integralTime
integral_time_id: booleanVariable
};
function transform(removeId=false) {
......@@ -46,7 +46,7 @@ module.exports = {
admDependency,
location,
ethnicGroup,
integralTime,
booleanVariable,
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