mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-05 13:10:57 +00:00
* improve wording for "Inherited" option of BOM items (#4376) * add migrations
This commit is contained in:
@ -3512,7 +3512,7 @@ class BomItem(DataImportMixin, models.Model):
|
||||
|
||||
inherited = models.BooleanField(
|
||||
default=False,
|
||||
verbose_name=_('Inherited'),
|
||||
verbose_name=_('Gets inherited'),
|
||||
help_text=_('This BOM item is inherited by BOMs for variant parts'),
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user