diff --git a/src/blenderbim/blenderbim/bim/module/cost/ui.py b/src/blenderbim/blenderbim/bim/module/cost/ui.py index 07b8c79580..478005a834 100644 --- a/src/blenderbim/blenderbim/bim/module/cost/ui.py +++ b/src/blenderbim/blenderbim/bim/module/cost/ui.py @@ -633,6 +633,8 @@ class BIM_UL_cost_item_quantities(UIList): if item: row = layout.row(align=True) + op = row.operator("bim.select_product", text="", icon="RESTRICT_SELECT_OFF") + op.product = item.ifc_definition_id row.split(factor=0.8) row.label(text=item.name) row.label(text="{0:.2f}".format(item.total_quantity))