Skip to content

Commit

Permalink
Merge pull request #642 from gisce/a1-cau-vacio
Browse files Browse the repository at this point in the history
A1: Eliminar vaciar CAU si COD_AUTO '002', '003', '005', '007'
  • Loading branch information
ecarreras authored Apr 5, 2024
2 parents ad00c48 + bfe0c30 commit f748b10
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libcnmc/cir_8_2021/FA1.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,6 @@ def consumer(self):
if autoconsum_data.get('cau', False):
o_cau = autoconsum_data['cau']

if o_cod_auto in ['002', '003', '005', '007']:
o_cau = ''

# COD_GENERACION_AUTO
if autoconsum_data.get('generador_id', False):
generador_id = autoconsum_data['generador_id'][0]
Expand Down

0 comments on commit f748b10

Please sign in to comment.