Fix typo in mixin name

This commit is contained in:
Oliver Walters 2022-05-09 22:25:09 +10:00
parent 0a0a6a799a
commit 6aeb7d723d

View File

@ -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):
"""