bug fix
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user