mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-01 09:26:26 +00:00
See #6570.Minor fix
This commit is contained in:
committed by
Massimo Fabbro
parent
2bef2a0219
commit
242d0ffb3f
@@ -160,7 +160,7 @@ class CostSchedulesData:
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def _load_assigned_cost_rate(cls, cost_item: ifcopenshell.entity_instance, data: CostItem) -> None:
|
def _load_assigned_cost_rate(cls, cost_item: ifcopenshell.entity_instance, data: CostItem) -> None:
|
||||||
data["AssignedCostRate"] = tool.Cost.get_cost_item_rate_assignment(cost_item)
|
data["AssignedCostRate"] = tool.Cost.get_assigned_rate_cost_item(cost_item)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def _load_cost_item_quantities(cls, cost_item: ifcopenshell.entity_instance, data: CostItem) -> None:
|
def _load_cost_item_quantities(cls, cost_item: ifcopenshell.entity_instance, data: CostItem) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user