Skip to content

Commit

Permalink
Typos en cargos
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Oct 7, 2016
1 parent b2f9051 commit 44312ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bormeparser/cargo.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class CARGO:
ENT_REG_CONT = "Entidad reg. cont."
ENTIDAD_DEPOSITARIA = "Entidad depositaria"
CONSEJERO_DOMINIC = "Consejero dominic."
CONSEJERO_EJECUTIVO = "Consejero ejecutivo"
MIEMBRO_COMIT_AUD = "Miembro de la comisión Aud."
SECRETARIO_COMIT_AUD = "Secretario de la comisión Aud."
PRESIDENTE_COMIT_AUD = "Presidente de la comisión Aud."
Expand Down Expand Up @@ -681,7 +682,7 @@ class CARGO:
'DTOR.MARKET.': DIRECTOR_MARKETING,
'DTOR.REL.LAB': DIRECTOR_RELACIONES_LABORALES,
'DTOR.REC.HUM': DIRECTOR_RECURSOS_HUMANOS,
'DTOR.OPERCIO' DIRECTOR_OPERACIONES,
'DTOR.OPERCIO': DIRECTOR_OPERACIONES,
'DTOR.SUCURS.': DIRECTOR_SUCURSAL,
'DTOR.TECNICO': DIRECTOR_TECNICO,
'Dir. Técnico': DIRECTOR_TECNICO,
Expand Down Expand Up @@ -865,7 +866,7 @@ class CARGO:
'Mmbr.Com.Del': MIEMBRO_COMISION_DELEGADA,
'MRO.COMS.DEL': MIEMBRO_COMISION_DELEGADA,
'Miem.Com.Del': MIEMBRO_COMISION_DELEGADA,
'M.Com.Del.No' : MIEMBRO_COMISION_DELEGADA, # "No"?
'M.Com.Del.No': MIEMBRO_COMISION_DELEGADA, # "No"?
'M.COM.CONSU.': MIEMBRO_COMISION_CONSU,
'M.C.Rep.Muni': MIEMBRO_COMISION_REP_MUNI,
'Aud.Tit.Grup': AUDITOR_TIT_GRUP,
Expand Down

0 comments on commit 44312ae

Please sign in to comment.