mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
parent
946390a4a3
commit
db7632ecb9
@ -59,7 +59,7 @@ def convert_legacy_labels(table_name, model_name, template_model):
|
||||
}
|
||||
|
||||
for field in non_null_fields:
|
||||
if data[field] is None:
|
||||
if data.get(field, None) is None:
|
||||
data[field] = ''
|
||||
|
||||
# Skip any "builtin" labels
|
||||
|
Loading…
Reference in New Issue
Block a user