Skip to content

Commit

Permalink
2 nuevos cargos: MIEMBRO_COMISION_RESPO, PRESIDENTE_COMISION_RESPO
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Dec 18, 2015
1 parent b02c74f commit 4f3eb40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bormeparser/cargo.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ class CARGO:
VOCAL_10_JUNTA_DIRECTIVA = 378
VICESECRETARIO_COMISION_EJECUTIVA = 379
MIEMBRO_SUPLENTE_COMITE_REC = 380
MIEMBRO_COMISION_RESPO = 381
PRESIDENTE_COMISION_RESPO = 382

_keywords = {'Presidente': PRESIDENTE,
'PRESIDENTE': PRESIDENTE,
Expand Down Expand Up @@ -943,6 +945,8 @@ class CARGO:
'VOCAL 1': VOCAL_1,
'Con.Ind.Coor': CON_IND_COOR,
'COM.GERENCIA': COM_GERENCIA,
'MBRO.C.RESPO': MIEMBRO_COMISION_RESPO,
'PTE.COMI.RES': PRESIDENTE_COMISION_RESPO,

# hack
'Sociedades beneficiarias': SOCIEDADES_BENEFICIARIAS,
Expand Down

0 comments on commit 4f3eb40

Please sign in to comment.