From 95fa34f797ba7c00644df2209869cbfa38c77d12 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 1 Dec 2021 23:56:31 +0100 Subject: [PATCH] search by MPN Fixes #2403 --- InvenTree/part/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/part/api.py b/InvenTree/part/api.py index 403934d3d9..ac27b1c3bc 100644 --- a/InvenTree/part/api.py +++ b/InvenTree/part/api.py @@ -1075,6 +1075,7 @@ class PartList(generics.ListCreateAPIView): 'revision', 'keywords', 'category__name', + 'MPN', ]