Skip to content
Snippets Groups Projects
Commit 2ea18fb4 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
...@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ...@@ -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/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). and this project adheres to [Semantic Versioning](http://semver.org/).
## 1.8.1 - 2018-11-13
### Changed
- Fixed bug in id2str with inexistent convert function
## 1.8.0 - 2018-11-13 ## 1.8.0 - 2018-11-13
### Added ### Added
- Add financial route - Add financial route
...@@ -23,7 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -23,7 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Remove filters in transport route - Remove filters in transport route
## 1.6.1 - 2018-08-23 ## 1.6.1 - 2018-08-23
# Changed ### Changed
- Fix return json name in transport route - Fix return json name in transport route
## 1.6.0 - 2018-08-17 ## 1.6.0 - 2018-08-17
......
...@@ -31,7 +31,7 @@ const useTransportPublic = require(`${libs}/convert/booleanVariable`); ...@@ -31,7 +31,7 @@ const useTransportPublic = require(`${libs}/convert/booleanVariable`);
const transportationManager = require(`${libs}/convert/transportationManager`); const transportationManager = require(`${libs}/convert/transportationManager`);
const specialClass = require(`${libs}/convert/booleanVariable`); const specialClass = require(`${libs}/convert/booleanVariable`);
const integralTime = require(`${libs}/convert/integralTime`); const integralTime = require(`${libs}/convert/integralTime`);
const educationLevelSchoolYear = require(`${libs}/convert/educationLevelSchoolYear`); // const educationLevelSchoolYear = require(`${libs}/convert/educationLevelSchoolYear`);
const ids = { const ids = {
gender_id: gender, gender_id: gender,
...@@ -74,7 +74,7 @@ const ids = { ...@@ -74,7 +74,7 @@ const ids = {
use_transport_public_id: useTransportPublic, use_transport_public_id: useTransportPublic,
transportation_manager_id: transportationManager, transportation_manager_id: transportationManager,
special_class_id: specialClass, special_class_id: specialClass,
education_level_school_year_id: educationLevelSchoolYear, // education_level_school_year_id: educationLevelSchoolYear,
}; };
function transform(removeId=false) { 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