Skip to content

Commit

Permalink
MORE fixies
Browse files Browse the repository at this point in the history
  • Loading branch information
mboscolo committed Nov 6, 2024
1 parent a399865 commit 0740c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plm/models/ir_attachment.py
Original file line number Diff line number Diff line change
Expand Up @@ -3218,7 +3218,7 @@ def get_clone_info_attr(doc_id, product_product_id=None):
product_dict={}
for product_product_id in ir_attachment.linkedcomponents:
product_dict=getProduct_dict(product_product_id)
break
break

return {'document':{
'engineering_code': ir_attachment.engineering_code,
Expand Down

0 comments on commit 0740c6b

Please sign in to comment.