fix: fix land asset type
This commit is contained in:
parent
2f84f76d89
commit
0d989dcb2c
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class LandAsset(AssetMixin, model.Base):
|
|||
__wutta_hint__ = {
|
||||
"model_title": "Land Asset",
|
||||
"model_title_plural": "Land Assets",
|
||||
"farmos_asset_type": "animal",
|
||||
"farmos_asset_type": "land",
|
||||
}
|
||||
|
||||
land_type_uuid = model.uuid_fk_column("land_type.uuid", nullable=False, unique=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue