Skip to content

Commit

Permalink
add teilenummer and t_index to bom_item
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Kürten committed Oct 18, 2024
1 parent 37cb8ad commit 1517532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions csfunctions/objects/part.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,5 @@ class BOMItem(BaseObject):
menge: float | None = Field(None, description="Quantity")
stlbemerkung: str | None = Field(None, description="Remarks")
mengeneinheit: str | None = Field(None, description="Unit of Measure")
teilenummer: str = Field(..., description="part number")
t_index: str = Field(..., description="part index")

0 comments on commit 1517532

Please sign in to comment.