Skip to content

Commit

Permalink
Merge pull request #129 from gisce/imp_ajust_b
Browse files Browse the repository at this point in the history
Lecturas ficticias en 2.0A
  • Loading branch information
eberloso authored Jun 16, 2020
2 parents 278eb1b + 16fe9a0 commit fdd1bae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gestionatr/input/messages/F1.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,8 @@ def get_fake_AS_lectures(self):
new_integrador.magnitud = "AS"
new_integrador.numero_ruedas_enteras = base_info.numero_ruedas_enteras
new_integrador.codigo_periodo = base_info.codigo_periodo[0] + concepte.concepto_repercutible[1]
if not new_integrador.periode:
new_integrador.codigo_periodo = base_info.codigo_periodo
new_integrador.lectura_desde = l1
new_integrador.lectura_hasta = l2
res.append(new_integrador)
Expand Down

0 comments on commit fdd1bae

Please sign in to comment.