Merge remote-tracking branch 'inventree/master'

This commit is contained in:
Oliver Walters 2019-05-06 18:00:43 +10:00
commit a7a37437a1
3 changed files with 6 additions and 0 deletions

View File

@ -151,6 +151,7 @@ class PartList(generics.ListCreateAPIView):
search_fields = [
'$name',
'description',
'$IPN',
]

View File

@ -48,6 +48,11 @@
return renderLink(value, row.url);
}
},
{
field: 'IPN',
title: 'Internal Part Number',
searchable: true,
},
{
field: 'description',
title: 'Description',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 49 KiB