mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-11 07:24:15 +00:00
Simple typo fix (#3968)
This commit is contained in:
@ -112,7 +112,7 @@ class StockLocation(InvenTreeBarcodeMixin, MetadataMixin, InvenTreeTree):
|
||||
verbose_name=_('Structural'),
|
||||
help_text=_(
|
||||
'Stock items may not be directly located into a structural stock locations, '
|
||||
'but may be located to it\'s child locations.'),
|
||||
'but may be located to child locations.'),
|
||||
)
|
||||
|
||||
def get_location_owner(self):
|
||||
|
Reference in New Issue
Block a user