Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
simcaq-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simcaq
simcaq-node
Merge requests
!253
V1.13.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
V1.13.0
v1.13.0
into
master
Overview
0
Commits
3
Pipelines
1
Changes
1
Closed
Victor Picussa
requested to merge
v1.13.0
into
master
4 years ago
Overview
0
Commits
3
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
b98a651f
Prev
Next
Show latest version
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b98a651f
[v1.13.0]Updated changelog
· b98a651f
Victor Picussa
authored
4 years ago
src/libs/convert/admDependencyPriv.js
+
6
−
2
Options
@@ -27,11 +27,15 @@ module.exports = function admDependencyPriv(id) {
case
3
:
return
'
Municipal
'
;
case
4
:
return
'
Privada conveniada
'
;
return
'
Privada conveniada
sem fins lucrativos
'
;
case
5
:
return
'
Privada
não
conveniada
se
m fins lucrativos
'
;
return
'
Privada conveniada
co
m fins lucrativos
'
;
case
6
:
return
'
Privada não conveniada sem fins lucrativos
'
;
case
7
:
return
'
Privada não conveniada com fins lucrativos
'
;
case
8
:
return
'
Privada sem detalhamento
'
;
default
:
return
'
Não classificada
'
;
}
Loading