2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

merge statments

This commit is contained in:
Matthias
2022-02-20 04:26:52 +01:00
parent 306725ef92
commit d5bcd256f6

View File

@ -789,8 +789,7 @@ class BomImportExtractSerializer(DataFileExtractSerializer):
pass
# No direct match, where else can we look?
if part is None:
if part_name or part_ipn:
if part is None and (part_name or part_ipn):
queryset = Part.objects.all()
if part_name: