mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
Fixes for company table
This commit is contained in:
@ -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'
|
||||||
|
Reference in New Issue
Block a user