mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
style fixing
This commit is contained in:
parent
3a5b4ab74b
commit
508099e536
@ -275,7 +275,7 @@ class FileManagementFormView(MultiStepFormView):
|
||||
form = super().get_form(step=step, data=data, files=files)
|
||||
|
||||
form.helper = FormHelper()
|
||||
form.helper.form_show_labels = False
|
||||
form.helper.form_show_labels = False
|
||||
|
||||
return form
|
||||
|
||||
|
@ -781,7 +781,7 @@ 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(**{a: data for a in self.matches[idx]})
|
||||
except (ValueError, self.allowed_items[idx].model.DoesNotExist, self.allowed_items[idx].model.MultipleObjectsReturned):
|
||||
exact_match = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user