Fix API filtering for PurchaseOrderLineItem (#3356) (#3376)

(cherry picked from commit f0d69ec458)
This commit is contained in:
Oliver 2022-07-21 13:57:56 +10:00 committed by GitHub
parent ffe66472fe
commit efc360f22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ class PurchaseOrderLineItemList(APIDownloadMixin, generics.ListCreateAPIView):
search_fields = [
'part__part__name',
'part__part__description',
'part__MPN',
'part__manufacturer_part__MPN',
'part__SKU',
'reference',
]