Skip to content
Snippets Groups Projects

[REL] 14.0.2.0.0

Merged Daniil Digtyar Vasilieva requested to merge release/14.0.1.1.14 into 14.0
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading