mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Enable ordering of BomList by 'reference' (#8437)
This commit is contained in:
parent
245803b0d4
commit
e46ae1a4e6
@ -1886,6 +1886,7 @@ class BomList(BomMixin, DataExportViewMixin, ListCreateDestroyAPIView):
|
|||||||
'inherited',
|
'inherited',
|
||||||
'optional',
|
'optional',
|
||||||
'consumable',
|
'consumable',
|
||||||
|
'reference',
|
||||||
'validated',
|
'validated',
|
||||||
'pricing_min',
|
'pricing_min',
|
||||||
'pricing_max',
|
'pricing_max',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user