fix typo for resource_work calculation

This commit is contained in:
Sigma Dimensions
2022-12-18 03:41:13 +01:00
parent ea1c306733
commit 84a07c3fdf
+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()