2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00
This commit is contained in:
Oliver Walters
2019-05-10 22:52:45 +10:00
parent 8ac180a9e3
commit 7f1cdaf73f
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ class Part(models.Model):
validators=[validators.validate_part_name]
)
variant = models.CharField(max_length=32, blank=True, help_text='Part variant or revision code')
variant = models.CharField(max_length=32, blank=True, help_text='Part variant or revision code')
description = models.CharField(max_length=250, blank=False, help_text='Part description')