diff --git a/InvenTree/common/models.py b/InvenTree/common/models.py index da659b404f..33fa54d4e9 100644 --- a/InvenTree/common/models.py +++ b/InvenTree/common/models.py @@ -70,7 +70,7 @@ class InvenTreeSetting(models.Model): b_think = models.CharField(max_length=20, blank=True) - a_thing = models.CharField(max_length=10, blank=False) + a_thing = models.CharField(max_length=10, blank=True) def validate_unique(self, exclude=None): """ Ensure that the key:value pair is unique.