Enable displaying assigned nested tasks for Cost Items

This commit is contained in:
Sigma Dimensions
2023-03-28 23:05:26 +00:00
parent 16c4b212fd
commit 9b3b29a91c
5 changed files with 25 additions and 2 deletions
+3
View File
@@ -118,6 +118,9 @@ def load_cost_item_element_quantities(cost):
cost_item = cost.get_highlighted_cost_item()
cost.load_cost_item_quantity_assignments(cost_item, related_object_type="PRODUCT")
def load_cost_item_task_quantities(cost):
cost_item = cost.get_highlighted_cost_item()
cost.load_cost_item_quantity_assignments(cost_item, related_object_type="PROCESS")
def assign_cost_value(ifc, cost_item, cost_rate):