mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix typo in mixin name
This commit is contained in:
parent
0a0a6a799a
commit
6aeb7d723d
@ -456,7 +456,7 @@ class LocateMixin:
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.add_mixin('localte', True, __class__)
|
||||
self.add_mixin('locate', True, __class__)
|
||||
|
||||
def locate_stock_item(self, item_pk):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user