mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge remote-tracking branch 'inventree/master'
This commit is contained in:
commit
a7a37437a1
@ -151,6 +151,7 @@ class PartList(generics.ListCreateAPIView):
|
|||||||
search_fields = [
|
search_fields = [
|
||||||
'$name',
|
'$name',
|
||||||
'description',
|
'description',
|
||||||
|
'$IPN',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
@ -48,6 +48,11 @@
|
|||||||
return renderLink(value, row.url);
|
return renderLink(value, row.url);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
field: 'IPN',
|
||||||
|
title: 'Internal Part Number',
|
||||||
|
searchable: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
field: 'description',
|
field: 'description',
|
||||||
title: 'Description',
|
title: 'Description',
|
||||||
|
BIN
docs/_static/img/api_http.png
vendored
BIN
docs/_static/img/api_http.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 49 KiB |
Loading…
Reference in New Issue
Block a user