fix typo for resource_work calculation

This commit is contained in:
Sigma Dimensions
2022-12-18 03:41:13 +01:00
committed by Dion Moult
parent bea095afd0
commit 9ad0fca10e
+1 -1
View File
@@ -79,7 +79,7 @@ def disable_editing_resource_time(resource_tool):
def calculate_resource_work(ifc, resource_tool, resource):
ifc.run("calculate_resource_work", resource=resource)
ifc.run("resource.calculate_resource_work", resource=resource)
resource_tool.load_resources()
resource_tool.load_resource_properties()