Skip to content

Commit

Permalink
Fix total conso in hectare
Browse files Browse the repository at this point in the history
  • Loading branch information
smdsgn committed Dec 13, 2024
1 parent 58120f0 commit 808dc26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_by_land(
start_date=start_date,
end_date=end_date,
land=land,
total_conso_over_period=conso_stats.total,
total_conso_over_period=conso_stats.total / 10000,
consommation=[
AnnualConsommation(
year=c.year,
Expand Down

0 comments on commit 808dc26

Please sign in to comment.