mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-13 10:33:07 +00:00
(cherry picked from commit c823f1420a746a041e1d17530e1dd760ede3fbd2) Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
parent
167784049d
commit
f80b116307
@ -269,7 +269,7 @@ class FileManagementFormView(MultiStepFormView):
|
||||
for idx, item in row_data.items():
|
||||
column_data = {
|
||||
'name': self.column_names[idx],
|
||||
'guess': self.column_selections[idx],
|
||||
'guess': self.column_selections.get(idx, ''),
|
||||
}
|
||||
|
||||
cell_data = {'cell': item, 'idx': idx, 'column': column_data}
|
||||
|
Loading…
x
Reference in New Issue
Block a user