2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 03:26:45 +00:00

Enable ordering of BomList by 'reference' (#8437)

This commit is contained in:
Oliver 2024-11-06 10:29:16 +11:00 committed by GitHub
parent 245803b0d4
commit e46ae1a4e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1886,6 +1886,7 @@ class BomList(BomMixin, DataExportViewMixin, ListCreateDestroyAPIView):
'inherited',
'optional',
'consumable',
'reference',
'validated',
'pricing_min',
'pricing_max',