Skip to content

Commit

Permalink
Presenta código de registraduría como secundario del país
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Sep 6, 2022
1 parent b11d6b2 commit ec26f6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/sip/admin/departamentos_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def atributos_index
:nombre,
:id_pais,
:id_deplocal,
:codreg,
:latitud,
:longitud,
:observaciones,
Expand Down
2 changes: 2 additions & 0 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ es:
id_tclase: Tipo de centro poblado
tclase: Tipo de centro poblado
"sip/departamento":
codreg: Código secundario del país
Departamento: Departamento/Estado
Departamentos: Departamentos/Estados
id_deplocal: Código dentro del país
Expand All @@ -164,6 +165,7 @@ es:
"{:usuario_ids=>[]}": Miembros
"usuario": Miembros
"sip/municipio":
codreg: Código secundario del país
etiqueta_ids: Etiquetas
id_munlocal: Código dentro del departamento/estado
id_pais: País
Expand Down
1 change: 1 addition & 0 deletions lib/sip/concerns/controllers/municipios_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def atributos_index
:pais,
:id_departamento,
:id_munlocal,
:codreg,
:tipomun,
:latitud,
:longitud,
Expand Down

0 comments on commit ec26f6b

Please sign in to comment.