Skip to content

Commit

Permalink
feat: Expand COORD_FI options in GerarPlai datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldokun committed Aug 5, 2024
1 parent cdf1127 commit c4fedf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiscaliza/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class GerarPlai:
"Gestão da Fiscalização: Lacração, Apreensão e Interrupção",
"Gestão da Fiscalização: Processo de Guarda",
]
COORD_FI = ["FI1", "FI2"]
COORD_FI = ["FI", "FI1", "FI2", "FI3"]
CODES = ["100000539", "100000618"]
options = list(product(TIPO_DE_PROCESSO, COORD_FI))

Expand Down

0 comments on commit c4fedf4

Please sign in to comment.