Skip to content
Snippets Groups Projects
Commit 37029e09 authored by Daniil Digtyar Vasilieva's avatar Daniil Digtyar Vasilieva :call_me:
Browse files

[FIX] energy_communities: get table in active

parent bc294c07
No related branches found
No related tags found
2 merge requests!195[REL] 14.0.2.0.0,!192[IMP] self_consumption: adding reports and documents
Pipeline #50031 passed
......@@ -32,7 +32,7 @@ class Selfconsumption(models.Model):
if table_in_process:
record.report_distribution_table = table_in_process
elif table_in_active:
record.report_distribution_table = table_in_process
record.report_distribution_table = table_in_active
else:
record.report_distribution_table = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment