mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-16 07:31:34 +00:00
Simple typo fix (#3968)
This commit is contained in:
@@ -13,6 +13,6 @@ class Migration(migrations.Migration):
|
||||
migrations.AddField(
|
||||
model_name='stocklocation',
|
||||
name='structural',
|
||||
field=models.BooleanField(default=False, help_text="Stock items may not be directly located into a structural stock locations, but may be located to it's child locations.", verbose_name='Structural'),
|
||||
field=models.BooleanField(default=False, help_text="Stock items may not be directly located into a structural stock locations, but may be located to child locations.", verbose_name='Structural'),
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user