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

Change period convert

parent b02ca7e7
No related branches found
No related tags found
1 merge request!116Release v1.0.0
Pipeline #
module.exports = function period(id) { module.exports = function period(id) {
switch(id) { switch(id) {
case 1: case 1:
return 'Diurno'; return 'Matutino';
case 2: case 2:
return 'Noturno'; return 'Vespertino';
case 3: case 3:
return 'Integral'; return 'Noturno';
default: default:
return 'Indefinido'; return 'Indefinido';
} }
......
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