This commit is contained in:
Aart van Halteren
2022-12-09 12:25:33 +01:00
parent 9fe59147ba
commit 10bd014433

View File

@@ -183,7 +183,6 @@ class Cost
# catch-all, incase 'formated_hour' is outside any of the cases # catch-all, incase 'formated_hour' is outside any of the cases
normaal_kwh_cost = 0.0 normaal_kwh_cost = 0.0
dal_kwh_cost = 0.0 dal_kwh_cost = 0.0
end
end end
normaal_cost = add_tax(formatted_hour, normaal_kwh,normaal_kwh_cost,0,0) # return_kwh already accounted for normaal_cost = add_tax(formatted_hour, normaal_kwh,normaal_kwh_cost,0,0) # return_kwh already accounted for
dal_cost = add_tax(formatted_hour, dal_kwh, dal_kwh_cost,0,0) dal_cost = add_tax(formatted_hour, dal_kwh, dal_kwh_cost,0,0)