2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

fixed styling

This commit is contained in:
2021-04-06 18:33:57 +02:00
parent 530b90042a
commit 32eaf48c12
3 changed files with 3 additions and 3 deletions

View File

@ -2160,7 +2160,7 @@ class BomItem(models.Model):
optional = models.BooleanField(default=False, verbose_name=_('Optional'), help_text=_("This BOM item is optional"))
overage = models.CharField(max_length=24, blank=True, validators=[validators.validate_overage],
verbose_name=_('Overage'),
verbose_name=_('Overage'),
help_text=_('Estimated build wastage quantity (absolute or percentage)')
)