mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +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:
|
for field in non_null_fields:
|
||||||
if data[field] is None:
|
if data.get(field, None) is None:
|
||||||
data[field] = ''
|
data[field] = ''
|
||||||
|
|
||||||
# Skip any "builtin" labels
|
# Skip any "builtin" labels
|
||||||
|
Loading…
x
Reference in New Issue
Block a user