mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
Fixes for company table
This commit is contained in:
parent
339a02a6b2
commit
4a28fa7fa8
@ -56,10 +56,13 @@ class CompanyList(generics.ListCreateAPIView):
|
|||||||
search_fields = [
|
search_fields = [
|
||||||
'name',
|
'name',
|
||||||
'description',
|
'description',
|
||||||
|
'website',
|
||||||
]
|
]
|
||||||
|
|
||||||
ordering_fields = [
|
ordering_fields = [
|
||||||
'name',
|
'name',
|
||||||
|
'parts_supplied',
|
||||||
|
'parts_manufactured',
|
||||||
]
|
]
|
||||||
|
|
||||||
ordering = 'name'
|
ordering = 'name'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user