Skip to content
Snippets Groups Projects

Fix filters and names

Merged lgtg20 requested to merge fix_filters_options into development
4 files
+ 14
14
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
along with simcaq-node. If not, see <https://www.gnu.org/licenses/>.
*/
module.exports = function especialEducation(id) {
module.exports = function specialEducation(id) {
switch (id) {
case 1:
return 'Inclusiva';
Loading