Tiny fix to the inventory entry page.

This commit is contained in:
Yaro Kasear 2025-10-20 09:08:33 -05:00
parent c8f5c7011e
commit 15ae0caf27

View file

@ -26,6 +26,7 @@ def _fields_for_model(model: str):
"condition", "condition",
"notes", "notes",
"owner.id", "owner.id",
"image.filename",
] ]
fields_spec = [ fields_spec = [
{"name": "label", "type": "display", "label": "", "row": "label", {"name": "label", "type": "display", "label": "", "row": "label",