Commit d678cc78191ad9f737767550ce5926eb93ad80ee

Authored by dhuy
1 parent 63abb057
Exists in master and in 1 other branch devel

Added ios service_type (Minor fix)

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
helpers/parameters.js
... ... @@ -12,6 +12,10 @@ function getServiceType(service_type) {
12 12 return 4;
13 13 break;
14 14  
  15 + case 'ios':
  16 + return 4;
  17 + break;
  18 +
15 19 case 'legenda':
16 20 return 5;
17 21 break;
... ...