mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
bump version
This commit is contained in:
@ -180,9 +180,9 @@ class PartImport(FileManagementFormView):
|
||||
|
||||
if idx in self.file_manager.OPTIONAL_MATCH_HEADERS:
|
||||
try:
|
||||
exact_match = self.allowed_items[idx].get(**{
|
||||
a: data for a in self.matches[idx]
|
||||
})
|
||||
exact_match = self.allowed_items[idx].get(
|
||||
**dict.fromkeys(self.matches[idx], data)
|
||||
)
|
||||
except (
|
||||
ValueError,
|
||||
self.allowed_items[idx].model.DoesNotExist,
|
||||
|
Reference in New Issue
Block a user