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',
|
||||
'optional',
|
||||
'consumable',
|
||||
'reference',
|
||||
'validated',
|
||||
'pricing_min',
|
||||
'pricing_max',
|
||||
|
|
|
|||
Loading…
Reference in New Issue