Skip to content

Commit

Permalink
Enable ordering of BomList by 'reference' (#8437)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat authored Nov 5, 2024
1 parent 245803b commit e46ae1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/InvenTree/part/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1886,6 +1886,7 @@ class BomList(BomMixin, DataExportViewMixin, ListCreateDestroyAPIView):
'inherited',
'optional',
'consumable',
'reference',
'validated',
'pricing_min',
'pricing_max',
Expand Down

0 comments on commit e46ae1a

Please sign in to comment.