Skip to content

Commit

Permalink
Merge pull request #18 from inventree/reference-field
Browse files Browse the repository at this point in the history
Use designators in 'reference' field
  • Loading branch information
SchrodingersGat authored May 26, 2023
2 parents b0b4472 + af9b58f commit e59e9dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion inventree_wireviz/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information for the inventree-wireviz plugin"""

PLUGIN_VERSION = "0.3.1"
PLUGIN_VERSION = "0.3.2"
1 change: 1 addition & 0 deletions inventree_wireviz/wireviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ def extract_bom_data(self, harness: Harness):
part=self.part,
sub_part=sub_part,
quantity=quantity,
reference=' '.join(designators),
note="Wireviz BOM item"
))

Expand Down

0 comments on commit e59e9dd

Please sign in to comment.