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

Remove inexistent educationLevelSchoolYear convert function

parent f492348f
No related branches found
No related tags found
No related merge requests found
Pipeline #18596 failed
......@@ -31,7 +31,7 @@ const useTransportPublic = require(`${libs}/convert/booleanVariable`);
const transportationManager = require(`${libs}/convert/transportationManager`);
const specialClass = require(`${libs}/convert/booleanVariable`);
const integralTime = require(`${libs}/convert/integralTime`);
const educationLevelSchoolYear = require(`${libs}/convert/educationLevelSchoolYear`);
// const educationLevelSchoolYear = require(`${libs}/convert/educationLevelSchoolYear`);
const ids = {
gender_id: gender,
......@@ -74,7 +74,7 @@ const ids = {
use_transport_public_id: useTransportPublic,
transportation_manager_id: transportationManager,
special_class_id: specialClass,
education_level_school_year_id: educationLevelSchoolYear,
// education_level_school_year_id: educationLevelSchoolYear,
};
function transform(removeId=false) {
......
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